This file is indexed.

/usr/share/flamerobin/code-templates/insert.confdef is in flamerobin 0.9.3~+20150308.6c0559c-1build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
<?xml version="1.0" encoding="UTF-8" ?>
<root>
    <node>
        <caption>Insert into {%object_name%} (...) values (...)</caption>
        <setting type="relation_columns" style="list">
            <caption>Columns to &amp;insert into:</caption>
            <key>{%object_path%}/columnNames</key>
            <default>{%foreach:column:, :{%object_name%}%}</default>
            <relation>{%object_handle%}</relation>
            <proportion>1</proportion>
        </setting>
    </node>
</root>