Re: Need help with INOUT mis-understanding - Mailing list pgsql-general

From Tom Lane
Subject Re: Need help with INOUT mis-understanding
Date
Msg-id 11907.1130363162@sss.pgh.pa.us
Whole thread Raw
In response to Re: Need help with INOUT mis-understanding  (Tony Caduto <tony_caduto@amsoftwaredesign.com>)
List pgsql-general
Tony Caduto <tony_caduto@amsoftwaredesign.com> writes:
> So what you are saying is INOUT params are NOT constants and you can
> modify them in the function body?

If you couldn't modify them, there would be no way to return a new
value (ie, anything but the passed-in value), so it'd be pretty broken
IMHO ...

            regards, tom lane

pgsql-general by date:

Previous
From: Tony Caduto
Date:
Subject: Re: Need help with INOUT mis-understanding
Next
From: Qingqing Zhou
Date:
Subject: Re: Win32 libpq and ecpg thread safety