This file is indexed.

/usr/share/pgmodeler/schemas/xml/info.sch is in pgmodeler-common 0.9.1~beta-1.

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
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# XML definition for a single object's metadata
# CAUTION: Do not modify this file unless you know what you are doing.
#          Code generation can be broken if incorrect changes are made.
$tb [<info object=] "{name}" [ type=] "{type}" 

%if {tag} %then
    [ tag=] "{tag}"
%end

%if {protected} %or {sql-disabled}  %then
    $br $tb $tb
    %if {protected} %then [ protected="true"] %end
    %if {sql-disabled} %then [ sql-disabled="true"] %end
%end

%if {author} %or {last-position} %or {last-zoom} %then
    $br $tb $tb
    %if {author} %then [ author=] "{author}" %end
    %if {last-position} %then [ last-position=] "{last-position}" %end
    %if {last-zoom} %then  [ last-zoom=] "{last-zoom}" %end
%end

%if {append-at-eod} %or {prepend-at-bod}  %then
    $br $tb $tb
    %if {append-at-eod} %then [ append-at-eod=] "{append-at-eod}" %end
    %if {prepend-at-bod} %then [ prepend-at-bod=] "{prepend-at-bod}" %end
%end

%if {default-schema} %or {default-owner}  %then
    $br $tb $tb
    %if {default-schema} %then [ default-schema=] "{default-schema}" %end
    %if {default-owner} %then  [ default-owner=] "{default-owner}" %end
%end

%if {default-collation} %or {default-tablespace} %then
    $br $tb $tb
    %if {default-collation} %then [ default-collation=] "{default-collation}" %end
    %if {default-tablespace} %then [ default-tablespace=] "{default-tablespace}" %end
%end

%if {src-table} %then
    $br $tb $tb  [ src-table=] "{src-table}" [ src-type=] "{src-type}"
%end

%if {dst-table} %then
    $br $tb $tb  [ dst-table=] "{dst-table}" [ dst-type=] "{dst-type}"
%end

%if {custom-color} %or {rect-visible} %then
    $br $tb $tb
    %if {custom-color} %then [ custom-color=] "{custom-color}" %end
    %if {rect-visible} %then [ rect-visible=] "{rect-visible}" %end
%end

%if {faded-out} %or {hide-ext-attribs} %then
    $br $tb $tb
    %if {faded-out} %then [ faded-out=] "{faded-out}" %end
    %if {hide-ext-attribs} %then [ hide-ext-attribs=] "{hide-ext-attribs}" %end
%end

%if {position} %or {appended-sql} %or {prepended-sql} %then
    > $br
    %if {position} %then {position} %end
    %if {appended-sql} %then $tb {appended-sql} %end
    %if {prepended-sql} %then $tb {prepended-sql} %end 
    $tb </info> 
%else
    [/>]
%end

$br