Re: Query DDL Comments?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Query DDL Comments?
Дата
Msg-id 16188.1266959478@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Query DDL Comments?  (P <user2037@live.com>)
Список pgsql-admin
P <user2037@live.com> writes:
> Is there a way to query the DDL comments for tables or databases?

Well, there's psql's \dd, or you could use obj_description and related
functions, or you could look directly at the pg_description and
pg_shdescription catalogs.

            regards, tom lane

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Sharing /etc/passwd with PostgreSQL
Следующее
От: "Net Tree Inc."
Дата:
Сообщение: Re: how do I do dump and restore without bugging with constraint?