Commit graph

5 commits

Author SHA1 Message Date
joerg
73ae0afd90 Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
mjl
529ec2b59e Updated postgresql-autodoc to 1.30 (No change log available) 2007-06-19 18:46:15 +00:00
mjl
75f823b03e Update postgresql-autodoc to 1.24
Add table comments to the Dia output. These are truncated to 45 characters.
Fix a bug which resulted in duplicated columns when they were reserved
	words in postgresql (column named "name").
Correct a number of bugs. Check constraint formatting in 7.4, functions
	using  numeric data type arguments, and others.
New Dia style with Zigzag line type. This is a good template for databases
	with  a low number of tables.
Correct GraphViz output when database contains tables named after reserved
	keywords.
Permission characters were being picked up when in the users name.
2005-01-29 10:17:07 +00:00
recht
31a189bcdd Update to 1.12
and take maintainership.

1.12
August 11st, 2003
* Complain if there are no template files in the template directory. ( Rod)
* Correct HTML output for specification conformance. ( Rod)
* Add note to HTML about PostgreSQL Autodoc. ( Rod)

1.11
August 1st, 2003
* Write documentation including what variables are used for template creation.
  ( Rod)
* Correct various inter-schema issues with commonly named tables. ( Rod)
* Remove sgml.tmpl DocBook output. Replace with xml.tmpl for DocBook output.
  ( Rod)
* Add --statistics support for PostgreSQL 7.4. Requires pgstattuple from
  contrib to be installed ( Rod)
* Correct schema prefix to function names. ( Rod)
* Statistics based on PostgreSQL's pgstattuple contrib module ( Rod)
* Correct a number of issues with common table names in multiple schemas.
  (a.j and b.j) ( Rod)
* Other bug fixes ( Rod)

1.10
May 18th, 2003
* Skip plpgsql_call_handler() in PostgreSQL 7.3 and later ( Rod)
* Fix column descriptions ( Rod, Arthur )
* Use a table connection point for GraphViz output for cleaner formatting.
  ( Rod)
* Ensure that multikey constraints can be associated with a group number
  (UNIQUE#1, UNIQUE#2, FK#1, FK#2, ...) ( Arthur, Rod)
* Skip information_schema on 7.4 database ( Rod)
* Base the output on templates which are processed by HTML::Template allowing
  simpler editing of the output for various styles ( Neil, Rod )
* Correct the PostgreSQL 7.1 query processes ( Rod)
* Add a new --schema argument to enable dumping a single schema ( Rod)
* Large cleanups for the various outputs to simplify the code base and remove
  long standing bugs in DocBook output ( Rod)
2003-09-09 14:18:58 +00:00
mjl
46839841eb Initial import of postgresql-autodoc 0.99
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.
2002-08-31 02:56:42 +00:00