This file is indexed.

/usr/share/postgresql_autodoc/neato.tmpl is in postgresql-autodoc 1.40-3.

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
14
15
16
17
18
19
20
digraph g {
node [ fontsize = "10", shape = record ];
edge [];
<TMPL_LOOP name="schemas"><TMPL_LOOP name="tables"><TMPL_UNLESS
name="view_definition">
"<TMPL_IF name="number_of_schemas"><TMPL_VAR
name="schema_dot">.</TMPL_IF name="number_of_schemas"><TMPL_VAR
name="table_dot">" [shape = record, label = "{<col0> \N| <TMPL_LOOP
name="columns"><TMPL_VAR name="column_dot">:  <TMPL_VAR
name="column_type">\l</TMPL_LOOP name="columns">}" ];
</TMPL_UNLESS name="view_definition"></TMPL_LOOP
name="tables"></TMPL_LOOP name="schemas">
<TMPL_LOOP name="fk_links">
"<TMPL_IF name="number_of_schemas"><TMPL_VAR
name="handle0_schema">.</TMPL_IF name="number_of_schemas"><TMPL_VAR
name="handle0_name">" -> "<TMPL_IF name="number_of_schemas"><TMPL_VAR
name="handle1_schema">.</TMPL_IF name="number_of_schemas"><TMPL_VAR
name="handle1_name">" [label="<TMPL_VAR
name="fk_link_name_dot">"];</TMPL_LOOP name="fk_links">
}