Re: How to make a good documentation of a database ? - Mailing list pgsql-general

From Richard Huxton
Subject Re: How to make a good documentation of a database ?
Date
Msg-id 419CCC44.7050303@archonet.com
Whole thread Raw
In response to Re: How to make a good documentation of a database ?  (David Pradier <dpradier@apartia.fr>)
Responses Re: How to make a good documentation of a database ?
List 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

pgsql-general by date:

Previous
From: David Pradier
Date:
Subject: Re: How to make a good documentation of a database ?
Next
From: Csaba Nagy
Date:
Subject: Re: How to make a good documentation of a database ?