From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Tony Caduto <tony_caduto(at)amsoftwaredesign(dot)com> |
Cc: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: BUG #1966: Single OUT PARM does not return param name. |
Date: | 2005-10-14 12:57:32 |
Message-ID: | 200510141257.j9ECvWX10778@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
Tony Caduto wrote:
>
> The following bug has been logged online:
>
> Bug reference: 1966
> Logged by: Tony Caduto
> Email address: tony_caduto(at)amsoftwaredesign(dot)com
> PostgreSQL version: 8.1
> Operating system: Linux
> Description: Single OUT PARM does not return param name.
> Details:
>
> When creating a plpgsql function that has one OUT param the function returns
> the name of the function as the column name instead of the OUT param name.
> This behavior is not consistant with the behavior of other DB systems and
> needs to be fixed so that if a single OUT param is specifed the name of the
> param is returned.
This will be fixed in 8.1beta3. Thanks for the report.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2005-10-14 13:00:34 | Re: Postgres logs to syslog LOCAL0 |
Previous Message | Bruce Momjian | 2005-10-14 12:53:30 | Re: [PATCHES] [BUGS] BUG #1962: ECPG and VARCHAR |