/usr/share/pgmodeler/conf/schemas/patterns.sch is in pgmodeler-common 0.8.1-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 | # XML definition for relationship name patterns (part of relationships.conf file)
# CAUTION: Do not modify this file unless you know what you are doing.
$tb $tb [<patterns type=] "{type}"
%if {src-col-pattern} %then [ src-col-pattern=]"{src-col-pattern}" %end
%if {dst-col-pattern} %then [ dst-col-pattern=]"{dst-col-pattern}" %end
%if {src-fk-pattern} %then [ src-fk-pattern=]"{src-fk-pattern}" %end
%if {dst-fk-pattern} %then [ dst-fk-pattern=]"{dst-fk-pattern}" %end
%if {pk-pattern} %then [ pk-pattern=]"{pk-pattern}" %end
%if {uq-pattern} %then [ uq-pattern=]"{uq-pattern}" %end
%if {pk-col-pattern} %then [ pk-col-pattern=]"{pk-col-pattern}" %end
[/>] $br
|