Re: How to make a good documentation of a database ?

From: Richard Huxton <dev(at)archonet(dot)com>
To: David Pradier <dpradier(at)apartia(dot)fr>
Cc: Timothy Perrigo <tperrigo(at)wernervas(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: How to make a good documentation of a database ?
Date: 2004-11-18 16:22:28
Message-ID: 419CCC44.7050303@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

David Pradier wrote:
> In fact, I have already looked a little into the tables of PostgreSQL itself
> to see if I could hack it by adding a column "Comments" in the "table of
> columns".
> But I guess it isn't wise nor feasible, is it ?

You are familiar with:
COMMENT ON TABLE t IS 'this is my table';
And \d+

The comments get dumped with their associated object too.

--
Richard Huxton
Archonet Ltd

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Csaba Nagy 2004-11-18 16:34:55 Re: How to make a good documentation of a database ?
Previous Message Joshua D. Drake 2004-11-18 16:21:51 Re: Certifications in military environment