PostgreSQL Autodoc v1.10

From: Rod Taylor <rbt(at)rbt(dot)ca>
To: pgsql-announce(at)postgresql(dot)org
Subject: PostgreSQL Autodoc v1.10
Date: 2003-05-18 22:13:08
Message-ID: 1053295988.24151.25.camel@jester
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

URL: http://www.rbt.ca/autodoc/
DOWNLOAD: http://www.rbt.ca/autodoc/postgresql_autodoc-1.10.tar.gz

What is it?
-----------
This is a utility which will run through PostgreSQL system tables and
returns HTML, DOT, and 2 styles of XML which describes the database. The
HTML is human readable (via webbrowser). The first style of XML is
actually the fileformat of Dia, a UML diagram tool. The second type of
XML is similar to the HTML but in the Docbook 4 format. It enables you
to mix in other docbook documentation via the XREFs, generating PDFs,
HTML, RTF, or other formatted documents. Between these tools and JavaDoc
with the appropriate XREFs, documentation about a project can be
generated quickly and be easily updatable yet have a very professional
look with some DSSSL work.

Changes
-------
The project is now based on templates to make it easier to change the
look of a given output format. MultiKey foreign and Unique keys are
handled much better than they were previously. Minor tweaks were also
made to maintain current functionality with the future release of
PostgreSQL v7.4.

--
Rod Taylor <rbt(at)rbt(dot)ca>

PGP Key: http://www.rbt.ca/rbtpub.asc

Browse pgsql-announce by date

  From Date Subject
Next Message Dave Page 2003-05-20 10:11:41 pgAdmin 1.5.60 (BETA) Released
Previous Message Dave Page 2003-05-18 21:23:41 psqlODBC 07.03.0100 Released