Re: How to add description for databases and tables?

From: Pandu Poluan <pandu(at)poluan(dot)info>
To: Didier Gasser-Morlay <didiergm(at)gmail(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: How to add description for databases and tables?
Date: 2011-12-07 07:41:54
Message-ID: CAA2qdGVFqJ8TeqA7zKJ4c0iVHisLrVbB8-1cLV-mof0W3gzwZw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Thanks, Carlo & Didier :-)

Rgds,

On Wed, Dec 7, 2011 at 14:20, Didier Gasser-Morlay <didiergm(at)gmail(dot)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

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Basil Bourque 2011-12-07 07:50:45 Re: How to add description for databases and tables?
Previous Message Didier Gasser-Morlay 2011-12-07 07:20:09 Re: How to add description for databases and tables?