On Thu, Mar 27, 2008 at 2:13 PM, Martin Marcher <martin@[EMAIL PROTECTED]
>
wrote:
> Hi,
>
> I'm investigating a Database with about 60 tables and 40 functions.
> It's not that much but I'd like to be able to do***entation to it
> (javadoc, doxygen, anything don't care as long as it runs on linux).
> On pgfoundry I ran over http://pgfoundry.org/projects/autodoc/
but
> that is quite undo***ented itself.
Have you looked into the "comment" SQL command? It will let you
do***ent to your heart's content all the pieces of your schema. You
can then use SQL queries to generate "re****ts" that can be used to
produce html do***entation, etc.
Sean
--
Sent via pgsql-novice mailing list (pgsql-novice@[EMAIL PROTECTED]
)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-novice


|