]> granicus.if.org Git - postgresql-autodoc/log
postgresql-autodoc
19 years agoThe latest version of dia crashes when I open a dia file produced with
rbt [Mon, 18 Apr 2005 23:48:27 +0000 (23:48 +0000)]
The latest version of dia crashes when I open a dia file produced with
the zigzag.dia.tmpl template. I replaced the following lines in
zigzag.dia.tmpl

<dia:point val="0.0,0.0"/>

with

<dia:point val="1.0,1.0"/>

and dia no longer crashes.

best whishes,
 Piebe de Vries

20 years agoBump copyright date.
rbt [Sun, 27 Feb 2005 19:39:15 +0000 (19:39 +0000)]
Bump copyright date.

20 years agoDo a little bit of cleaning on this old and crufty code.
rbt [Sun, 27 Feb 2005 19:38:12 +0000 (19:38 +0000)]
Do a little bit of cleaning on this old and crufty code.

20 years agoInclude argument names as provided by Jacob Smullyan.
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.

20 years agoPush out 1.24
rbt [Wed, 13 Oct 2004 13:46:34 +0000 (13:46 +0000)]
Push out 1.24

20 years agoStrip out quotes in the comparison area.
rbt [Tue, 12 Oct 2004 13:33:46 +0000 (13:33 +0000)]
Strip out quotes in the comparison area.

20 years agoFrom: Bort, Paul
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.

20 years ago1.23 Release
rbt [Thu, 3 Jun 2004 01:46:28 +0000 (01:46 +0000)]
1.23 Release

20 years agoHandle the inability to connect to the database (print real error message).
rbt [Tue, 1 Jun 2004 15:22:56 +0000 (15:22 +0000)]
Handle the inability to connect to the database (print real error message).

Use pg_get_constraintdef() for 7.4 and newer databases. PostgreSQL does the formatting all by itself now.

20 years agoInitial revision
rbt [Wed, 12 May 2004 16:00:32 +0000 (16:00 +0000)]
Initial revision