Re: [GENERAL] Where do COMMENTs on columns go?

Поиск
Список
Период
Сортировка
От Joel Burton
Тема Re: [GENERAL] Where do COMMENTs on columns go?
Дата
Msg-id 3A2BCE0B.14212.1760723@localhost
обсуждение исходный текст
Список pgsql-interfaces
>  COMMENT on table mytable is 'foo';
>  COMMENT on column mytable.mycolumn is 'bar';

> I have not been able to get \dd to show the comments on the
> individual columns. 

\d+ <tablename>

In general, the "+" shows the comments.

You need a semi-recent version of psql to do this, something like 
7.0 or better.


--
Joel Burton, Director of Information Systems -*- jburton@scw.org
Support Center of Washington (www.scw.org)


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

Предыдущее
От: Joseph Shraibman
Дата:
Сообщение: Re: jdbc7.0-1.2.jar
Следующее
От: "Joel Burton"
Дата:
Сообщение: Re: PostgreSQL ODBC driver: recordset not updatable