Re: Comment for column in view - "legal" or just working?

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: Comment for column in view - "legal" or just working?
Дата
Msg-id 46B984B2.4020403@postgresql.org
обсуждение исходный текст
Ответ на Comment for column in view - "legal" or just working?  ("Harald Armin Massa" <haraldarminmassa@gmail.com>)
Ответы Re: Comment for column in view - "legal" or just working?
Список pgsql-general
Harald Armin Massa wrote:
> Using PostgreSQL 8.1.8 on Windows.
>
> I have one named listedi in schema cust; that view has one column "name"
>
> No I used
>
> comment on cust.listedi.name <http://cust.listedi.name> is
> 'MyDescriptive Name';
>
> and the command suceeded. Using \d+ in psql also shows me that comment
> (also I find no option within pgadmin to view it :) )

You can in 1.8 - that will show a collection of columns under a view,
and allow you to set the comment and default value for each.

Regards, Dave

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

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: backend process terminates
Следующее
От: "Harald Armin Massa"
Дата:
Сообщение: Re: Comment for column in view - "legal" or just working?