Re: How to add description for databases and tables?

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

В списке pgsql-novice по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Linux server connection process consumes all memory
Следующее
От: Pandu Poluan
Дата:
Сообщение: Re: How to add description for databases and tables?