From d6fa96b4cd67cf4fa18b5b9b6739f9bc2494a9f4 Mon Sep 17 00:00:00 2001 From: guest Date: Tue, 23 Sep 2008 21:29:27 +0000 Subject: initial import git-svn-id: http://manut.eu/svn/yalp/trunk@1 f059d3a0-6783-47b7-97ff-1fe0bbf25129 --- postgresql_autodoc/dot.tmpl | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 postgresql_autodoc/dot.tmpl (limited to 'postgresql_autodoc/dot.tmpl') diff --git a/postgresql_autodoc/dot.tmpl b/postgresql_autodoc/dot.tmpl new file mode 100644 index 0000000..1cb9ca6 --- /dev/null +++ b/postgresql_autodoc/dot.tmpl @@ -0,0 +1,19 @@ +digraph g { +graph [ +rankdir = "LR", +concentrate = true, +ratio = auto +]; +node [ +fontsize = "10", +shape = record +]; +edge [ +]; + +"." [shape = plaintext, label = <
\N
" > PK FK ">
> ]; +
+ + +".":rtcol -> ".":ltcol [label=""]; +} -- cgit v1.2.3