Re: BUG #2108: Function with OUT parameters not recognized, using plpgsql

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Tony" <tony(at)vectorsalad(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2108: Function with OUT parameters not recognized, using plpgsql
Date: 2005-12-12 15:34:06
Message-ID: 2171.1134401646@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-patches

"Tony" <tony(at)vectorsalad(dot)com> writes:
> Defined a function with OUT paramter. Attempts to call it fail as the
> function can not be found.

Apparently, you don't understand how OUT parameters work either :-(
Perhaps the examples here will help:
http://www.postgresql.org/docs/8.1/static/xfunc-sql.html#XFUNC-OUTPUT-PARAMETERS

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Stallone 2005-12-12 16:08:04 Re: BUG #2107: Function INOUT parameter not returned to caller,
Previous Message Tom Lane 2005-12-12 15:32:51 Re: BUG #2107: Function INOUT parameter not returned to caller, causes plpgsql malfunctions

Browse pgsql-patches by date

  From Date Subject
Next Message Andrew Dunstan 2005-12-12 16:13:03 Re: default resource limits
Previous Message Alvaro Herrera 2005-12-12 15:31:07 Re: [BUGS] BUG #2108: Function with OUT parameters not recognized, using plpgsql