postgresql-autodoc
18 years agoAdd an uninstall target.
rbt [Tue, 16 May 2006 18:57:24 +0000 (18:57 +0000)]
Add an uninstall target.

Submitted by: Dirk Jagdmann

18 years agoDo not prepare() the statistics query if it is not going to be used.
rbt [Fri, 17 Mar 2006 22:32:30 +0000 (22:32 +0000)]
Do not prepare() the statistics query if it is not going to be used.

Prepare() and finish() on an empty string causes DBD::Pg to complain about the finish().

18 years agoAdd in very simple inheritance documentation. Templates other than HTML need to be...
rbt [Mon, 13 Feb 2006 01:15:55 +0000 (01:15 +0000)]
Add in very simple inheritance documentation. Templates other than HTML need to be updated.

Remove support for PostgreSQL 7.1 and 7.2. Continues to support 7.3 and later.

18 years agoDisplay index information in HTML output.
rbt [Sun, 12 Feb 2006 20:27:41 +0000 (20:27 +0000)]
Display index information in HTML output.

19 years agoChangelog for the 1.25 release.
rbt [Tue, 3 May 2005 02:18:30 +0000 (02:18 +0000)]
Changelog for the 1.25 release.

19 years agoPrevent Dia 0.94 from crashing by rearranging the Dependency attributes.
rbt [Tue, 3 May 2005 02:17:32 +0000 (02:17 +0000)]
Prevent Dia 0.94 from crashing by rearranging the Dependency attributes.

19 years agoEliminate Dia warnings for newer versions of dia (new elements).
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.

19 years agoTemplate for the Neato and Twopi tools (part of GraphViz) submitted by Tony Wasson.
rbt [Sun, 1 May 2005 05:32:48 +0000 (05:32 +0000)]
Template for the Neato and Twopi tools (part of GraphViz) submitted by Tony Wasson.

19 years agoFinish() the GetVersion sql statement.
rbt [Sun, 1 May 2005 05:13:38 +0000 (05:13 +0000)]
Finish() the GetVersion sql statement.

Set the FK Group number back to being a number instead of the schema name. Accidentally converted earlier while removing the $group variable.

19 years agoMatt Bosworth has provided an updated dot template with PK, FK information and improv...
rbt [Sun, 1 May 2005 05:07:51 +0000 (05:07 +0000)]
Matt Bosworth has provided an updated dot template with PK, FK information and improved styling.

Rod proceeded to break several things, but eventually got it working again.

19 years agoFix GraphViz foreign key links (they were missing).
rbt [Mon, 18 Apr 2005 23:53:52 +0000 (23:53 +0000)]
Fix GraphViz foreign key links (they were missing).

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

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

19 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.

19 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