Introduction
The current version of PGDoc is 0.1.2 released on 29.12.2006.
download
PGDoc is a small Perl utility which automatically generates pretty HTML documentation for any PostgreSQL database. It runs through the system tables and collects information about database objects and relationships and creates an HTML page. The format of the HTML may be customized by altering the template and/or the css file.
PGDoc is a fork of PostgreSQL Autodoc. It adds a few new features and removes some features I do not find particularly necessary.
New features
- Support for triggers, rules and indexes.
- Changed the sql formatting function to make View definitions readable and fixed a few bugs.
- PGDoc is bundled with SyntaxHighlighter and a custom SQL coloring "brush" written specifically for PostgreSQL. It makes great looking documentation!
Removed features
- Support for formats other than HTML has been removed.
- Support for PostgreSQL versions below 8.0 has been removed.
Space Home