Re: [BUGS] BUG #2107: Function INOUT parameter not returned to caller,

2005-12-13 Thread Stallone
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

Re: [BUGS] BUG #2107: Function INOUT parameter not returned to caller, causes plpgsql malfunctions

2005-12-12 Thread Tom Lane
"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

[BUGS] BUG #2107: Function INOUT parameter not returned to caller, causes plpgsql malfunctions

2005-12-12 Thread Tony S
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