Re: comment on COLUMN, broken or misunderstanding?

Поиск
Список
Период
Сортировка
От Milen A. Radev
Тема Re: comment on COLUMN, broken or misunderstanding?
Дата
Msg-id fparqb$kkj$1@ger.gmane.org
обсуждение исходный текст
Ответ на comment on COLUMN, broken or misunderstanding?  (Bryce Nesbitt <bryce1@obviously.com>)
Список pgsql-sql
Bryce Nesbitt написа:
> I'm expecting COLUMN comments to work much like table comments, but I'm
> getting nothing back.  Is this a reportable bug, or a misunderstanding?
[...]

Misunderstanding I would say - "\dd" is for objects and they are: 
'"Object" covers aggregates, functions, operators, types, relations 
(tables, views, indexes, sequences, large objects), rules, and 
triggers.' (http://www.postgresql.org/docs/8.2/static/app-psql.html, 
look for "\dd").

You could see the comment for the column with "\d+ table_name".


-- 
Milen A. Radev



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

Предыдущее
От: "Markus Bertheau"
Дата:
Сообщение: Re: comment on COLUMN, broken or misunderstanding?
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: comment on COLUMN, broken or misunderstanding?