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

From: David Pradier <dpradier(at)apartia(dot)fr>
To: Richard Huxton <dev(at)archonet(dot)com>
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:38:58
Message-ID: 20041118163857.GF16410@apartia.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Nov 18, 2004 at 04:22:28PM +0000, Richard Huxton wrote:
> 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.

No, I was not :-)
Wow, thanks Richard !
It's exactly what i wanted.

"Prepare to revive foul ghosts of foreign keys,
Prepare to die horrible doubts of the database pit,
Light is to be unleashed on you soon
and great is the relief shining on me."

David Pradier

--
dpradier(at)apartia(dot)fr - tel: 01.46.47.21.33 - fax: 01.45.20.17.98

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jeff Amiel 2004-11-18 16:40:45 Re: Certifications in military environment
Previous Message Csaba Nagy 2004-11-18 16:34:55 Re: How to make a good documentation of a database ?