Re: Attach comments to functions' parameters and return value

From: Charles Clavadetscher <clavadetscher(at)swisspug(dot)org>
To: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, Jim Nasby <Jim(dot)Nasby(at)BlueTreble(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Attach comments to functions' parameters and return value
Date: 2015-09-15 05:38:16
Message-ID: 55F7AEC8.40303@swisspug.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello Àlvaro

On 14/09/2015 20:02, Alvaro Herrera wrote:
> 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

Thank you. From the first impression I think that I was not too far away
from a correct procedure ;-) I will take a closer look as soon as I can,
but I am confident that this will help.

Bye
Charles

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Teodor Sigaev 2015-09-15 06:03:00 Re: Review: GiST support for UUIDs
Previous Message Charles Clavadetscher 2015-09-15 05:35:05 Re: Attach comments to functions' parameters and return value