How to retrieve a comment/description from a table

Поиск
Список
Период
Сортировка
От Marcus Claesson
Тема How to retrieve a comment/description from a table
Дата
Msg-id 3D664521.AA6141C0@angiogenetics.se
обсуждение исходный текст
Ответы Re: How to retrieve a comment/description from a table  (Darren Ferguson <darren@crystalballinc.com>)
Список pgsql-general
Hello!
This psql command is very straight forward and promising:
COMMENT ON mytable IS 'This is my table.';

But how can I retrieve the particular comment from that table again?
Using \d+ gives you all the tables with their comments. I want a special
one.

And if that is not possible, can the \d+ results be obtained from a
system table or so?

Thanks,
Marcus


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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: trigger fired on changes in specific column
Следующее
От: Darren Ferguson
Дата:
Сообщение: Re: How to retrieve a comment/description from a table