PostgreSQL Autodoc

This is a utility which will run through PostgreSQL system tables and returns HTML, Dot, Dia and DocBook XML which describes the database.

The default output may be changed or new types may be created by altering the Templates which control the text file formatting.

1.40

Download 1.40 - postgresql_autodoc-1.40.tar.gz

  • Fix named function support. DBD::Pg change the way it works and need to follow. ( Rod)

  • Add -m <regex> to output structure or functions matching a specific regular expression. The expression is interpreted by PostgreSQL. (Simon Michael)

  • Simplify the makefile. To target a prefix use make PREFIX=? install. Configure and automake uses have been removed. (Simon Bertrang)

  • Remove support for PostgreSQL 7.4 and earlier. Simplify queries and code. ( Rod)

  • Improve --table help. (Jamie Nicholson)