Re: Notes or comments on columns in a table

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: Notes or comments on columns in a table
Дата
Msg-id kfjgap$ouk$1@ger.gmane.org
обсуждение исходный текст
Ответ на Notes or comments on columns in a table  ("Campbell, Lance" <lance@illinois.edu>)
Ответы Re: Notes or comments on columns in a table
Pg 9.1 master-slave replication
Список pgsql-admin
Campbell, Lance wrote on 14.02.2013 20:09:
> PostgreSQL 9.2
>
> When creating a table or altering a column of a table, is there a way
> to add notes on a column?
>

comment on table foo is 'the foo table';
comment on column foo.bar is 'the bar column';

http://www.postgresql.org/docs/current/static/sql-comment.html

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

Предыдущее
От: "Campbell, Lance"
Дата:
Сообщение: Notes or comments on columns in a table
Следующее
От: Craig James
Дата:
Сообщение: Re: Notes or comments on columns in a table