Re: Documenting a DB schema

Поиск
Список
Период
Сортировка
От Alan Hodgson
Тема Re: Documenting a DB schema
Дата
Msg-id 200803041300.50522@hal.medialogik.com
обсуждение исходный текст
Ответ на Documenting a DB schema  ("Shahaf Abileah" <shahaf@redfin.com>)
Список pgsql-general
On Tuesday 04 March 2008, "Shahaf Abileah" <shahaf@redfin.com> wrote:
>
> However, Postgres doesn't support the "comment" keyword.  Is there an
> alternative?

comment on table table_name is 'comment';
comment on column table.column_name is 'comment';


--
Alan

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

Предыдущее
От: Oisin Glynn
Дата:
Сообщение: Re: Documenting a DB schema
Следующее
От: Colin Wetherbee
Дата:
Сообщение: Re: Documenting a DB schema