Re: BUG #2108: Function with OUT parameters not recognized, using plpgsql - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #2108: Function with OUT parameters not recognized, using plpgsql
Date
Msg-id 2171.1134401646@sss.pgh.pa.us
Whole thread Raw
In response to BUG #2108: Function with OUT parameters not recognized, using plpgsql  ("Tony" <tony@vectorsalad.com>)
List pgsql-bugs
"Tony" <tony@vectorsalad.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

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #2107: Function INOUT parameter not returned to caller, causes plpgsql malfunctions
Next
From: Alvaro Herrera
Date:
Subject: Re: BUG #2108: Function with OUT parameters not recognized, using plpgsql