BUG #1966: Single OUT PARM does not return param name.

From: "Tony Caduto" <tony_caduto(at)amsoftwaredesign(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #1966: Single OUT PARM does not return param name.
Date: 2005-10-14 01:48:26
Message-ID: 20051014014826.70225F0D23@svr2.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


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.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2005-10-14 01:53:14 Re: BUG #1962: ECPG and VARCHAR
Previous Message Karl O. Pinc 2005-10-14 01:34:11 Re: BUG #1956: Plpgsql top-level DECLARE does not share