Re: Attach comments to functions' parameters and return value

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Attach comments to functions' parameters and return value
Дата
Msg-id 20150914180251.GD55767@alvherre.pgsql
обсуждение исходный текст
Ответ на Re: Attach comments to functions' parameters and return value  (Jim Nasby <Jim.Nasby@BlueTreble.com>)
Ответы Re: Attach comments to functions' parameters and return value  (Charles Clavadetscher <clavadetscher@swisspug.org>)
Список pgsql-hackers
Jim Nasby wrote:
> On 9/14/15 8:59 AM, Charles Clavadetscher wrote:

> >To long time PostgreSQL developers this may look straightforward. For the
> >moment I am not even sure if that is correct and if there are other places
> >that would need additions, apart from the obvious display in psql.
> 
> I suspect that changes to support this should be pretty localized. I suggest
> you look at other recent patches that have added COMMENT functionality to
> see what they did.

This sequence of commits may be helpful.
http://git.postgresql.org/gitweb/?p=postgresql.git;a=history;f=src/test/regress/sql/object_address.sql;hb=HEAD

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: WIP: Make timestamptz_out less slow.
Следующее
От: Teodor Sigaev
Дата:
Сообщение: Re: [PROPOSAL] Covering + unique indexes.