Re: comment on COLUMN, broken or misunderstanding?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: comment on COLUMN, broken or misunderstanding?
Дата
Msg-id 5750.1203302103@sss.pgh.pa.us
обсуждение исходный текст
Ответ на comment on COLUMN, broken or misunderstanding?  (Bryce Nesbitt <bryce1@obviously.com>)
Список pgsql-sql
Bryce Nesbitt <bryce1@obviously.com> writes:
> 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?

> # comment on column sched.days is 'Bitmask 0=Sunday,7=Holiday, 8=School
> day, 9=Special';
> COMMENT
> # \dd sched.days;
>  Schema | Name | Object | Description
> --------+------+--------+-------------
> (0 rows)

Try "\d+ sched".  I don't think \dd considers columns at all --- what
that command would be looking for is comments on table days in schema
sched.

        regards, tom lane


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

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