Tom Lane wrote:
> "Tony S" <[EMAIL PROTECTED]> writes:
>
>>Function defined with INOUT parameter. Value of parameter is not returned
>>to calling function.
>
>
> You are confused about the meaning and use of INOUT. It's not some kind
> of pass-by-reference parameter, it's just a shorthand for
"Tony S" <[EMAIL PROTECTED]> writes:
> Function defined with INOUT parameter. Value of parameter is not returned
> to calling function.
You are confused about the meaning and use of INOUT. It's not some kind
of pass-by-reference parameter, it's just a shorthand for separate IN
and OUT parameters
The following bug has been logged online:
Bug reference: 2107
Logged by: Tony S
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.1.0
Operating system: Debian 1:3.3.5-8ubuntu2, 2.6.10-5-k7, i686
Description:Function INOUT parameter not returned to caller, causes