Re: SQL to get a table columns comments?

Поиск
Список
Период
Сортировка
От Jim Nasby
Тема Re: SQL to get a table columns comments?
Дата
Msg-id F8691649-3414-48F9-A0EF-F4828100790E@decibel.org
обсуждение исходный текст
Ответ на SQL to get a table columns comments?  ("Timasmith" <timasmith@hotmail.com>)
Список pgsql-general
On Jan 27, 2007, at 8:57 PM, Timasmith wrote:
> What query can I run to get the comments for my table columns.
>
> i.e. the ones on my 8.1 database added with this command:
>
> COMMENT ON COLUMN addresses.address_id IS 'Unique identifier for the
> addresses table';

There's a function that allows you to do that; see the 'System
Information Functions' section of the docs.
--
Jim Nasby                                            jim@nasby.net
EnterpriseDB      http://enterprisedb.com      512.569.9461 (cell)



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

Предыдущее
От: Jim Nasby
Дата:
Сообщение: Re: Defining and Using variables in a postgres function
Следующее
От: Jim Nasby
Дата:
Сообщение: Re: Predicted lifespan of different PostgreSQL branches