Re: [GENERAL] Comments on columns?

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [GENERAL] Comments on columns?
Дата
Msg-id 199903121442.JAA13685@candle.pha.pa.us
обсуждение исходный текст
Ответ на Comments on columns?  (Michael Davis <michael.davis@prevuenet.com>)
Список pgsql-general
> Are there any plans to have psql support comments on columns?  For example,
> I would like to be able to add a comment on a column of a table and have \dd
> display the table comment in addition to any/all column comments.

Find the oid of the column in pg_attribute, and insert into pg_description.

--
  Bruce Momjian                        |  http://www.op.net/~candle
  maillist@candle.pha.pa.us            |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

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

Предыдущее
От: Michael Davis
Дата:
Сообщение: Comments on columns?
Следующее
От: Michael Davis
Дата:
Сообщение: RE: [GENERAL] Comments on columns?