Re: How to add description for databases and tables? - Mailing list pgsql-novice

From Pandu Poluan
Subject Re: How to add description for databases and tables?
Date
Msg-id CAA2qdGVFqJ8TeqA7zKJ4c0iVHisLrVbB8-1cLV-mof0W3gzwZw@mail.gmail.com
Whole thread Raw
In response to Re: How to add description for databases and tables?  (Didier Gasser-Morlay <didiergm@gmail.com>)
List pgsql-novice
Thanks, Carlo & Didier :-)

Rgds,

On Wed, Dec 7, 2011 at 14:20, Didier Gasser-Morlay <didiergm@gmail.com> wrote:
> Use the Comment on ... syntax e.g.
>
> comment on table my_table is 'this is a useful comment';
>
> or
>
> comment on column my_table.my_column is 'this contains some information' ...
>
> look at the full comment on syntax
>
> rgds
> Didier

--
FdS Pandu E Poluan
~ IT Optimizer ~

 • LOPSA Member #15248
 • Blog : http://pepoluan.tumblr.com
 • Linked-In : http://id.linkedin.com/in/pepoluan

pgsql-novice by date:

Previous
From: Didier Gasser-Morlay
Date:
Subject: Re: How to add description for databases and tables?
Next
From: Basil Bourque
Date:
Subject: Re: How to add description for databases and tables?