Re: Table & Column descriptions

Поиск
Список
Период
Сортировка
От Joel Burton
Тема Re: Table & Column descriptions
Дата
Msg-id 3A266467.16970.41338C@localhost
обсуждение исходный текст
Ответ на Table & Column descriptions  ("Dale Anderson" <danderso@crystalsugar.com>)
Список pgsql-general
\d+ <tablename> should show you the table schema with comments.
If you're looking for the actual data, it's in pg_description. The
objoid field matches the oid field in pg_attribute (which is the
"fields" table for pgsql).

On 30 Nov 2000, at 11:17, Dale Anderson wrote:

>    I am able to add table and column descriptions, and I am also able
>    to retrieve the table description.  The problem is that I can not
>    find a way to retrieve the description comments on table
>    columns????  Any assistance would be greatly appreciated.
>
> Dale.
>


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

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

Предыдущее
От: Lamar Owen
Дата:
Сообщение: Re: Can PostGreSQL handle 100 user database?
Следующее
От: "Mikheev, Vadim"
Дата:
Сообщение: RE: Unanswered questions about Postgre