Re: How to add description for databases and tables?

Поиск
Список
Период
Сортировка
От Pandu Poluan
Тема Re: How to add description for databases and tables?
Дата
Msg-id CAA2qdGVFqJ8TeqA7zKJ4c0iVHisLrVbB8-1cLV-mof0W3gzwZw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: How to add description for databases and tables?  (Didier Gasser-Morlay <didiergm@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Didier Gasser-Morlay
Дата:
Сообщение: Re: How to add description for databases and tables?
Следующее
От: Basil Bourque
Дата:
Сообщение: Re: How to add description for databases and tables?