rbt [Tue, 3 May 2005 02:07:05 +0000 (02:07 +0000)]
Eliminate Dia warnings for newer versions of dia (new elements).
Luckily, Dia will completely ignore these saved values and calculate it's own instead which is convenient because we really have no idea where to place things.
rbt [Sun, 27 Feb 2005 18:08:06 +0000 (18:08 +0000)]
Include argument names as provided by Jacob Smullyan.
Clean up handling of argument types from a schema not in the current path. This means getting rid of the schema prefix added by format_type so when can add our own when appropriate.
rbt [Tue, 29 Jun 2004 16:40:40 +0000 (16:40 +0000)]
From: Bort, Paul
Subject: RE: Patch for Dia templates for Postgresql_AutoDoc
Date: Tue, 22 Jun 2004 15:23:24 -0400
I've used the same method of shortening as the constraint you mentioned, but
I made it a new entry (table_comment_dia) in the hash rather than mangle the
existing one. I tried to follow the existing naming conventions and coding
style. I picked a total of 45 characters because that seems to be about the
right size on my screen. In testing I also found a bug in Dia that causes a
crash if a comment is too long, but that seems to be in the 100+ character
range, so I'm not worried about 45.
Here are the patches for postgresql_autodoc.pl, dia.tmpl, and
zigzag.dia.tmpl.