Re: Documentation Tool

From: "Sean Davis" <sdavis2(at)mail(dot)nih(dot)gov>
To: "Martin Marcher" <martin(at)marcher(dot)name>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Documentation Tool
Date: 2008-03-28 15:11:55
Message-ID: 264855a00803280811o2de42daau747b3ee560a6f858@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Thu, Mar 27, 2008 at 2:13 PM, Martin Marcher <martin(at)marcher(dot)name> 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 documentation 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 undocumented itself.

Have you looked into the "comment" SQL command? It will let you
document to your heart's content all the pieces of your schema. You
can then use SQL queries to generate "reports" that can be used to
produce html documentation, etc.

Sean

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Ognjen Blagojevic 2008-03-28 15:54:11 Automatically update sequence
Previous Message ashish 2008-03-28 07:25:35 Re: Restoring DB using Continuous Archive Backup