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 6067.1130338326@sss.pgh.pa.us
Whole thread Raw
In response to Need help with INOUT mis-understanding  ("Troy" <troy@hendrix.biz>)
Responses Re: Need help with INOUT mis-understanding  (Tony Caduto <tony_caduto@amsoftwaredesign.com>)
List pgsql-general
"Troy" <troy@hendrix.biz> writes:
> Does PL/PGSQL handle
> INOUTS the same as ORACLE PL/SQL?

Probably not, if the way you seem to expect it to work is like Oracle.
An INOUT parameter isn't some sort of modifiable by-reference variable,
it's just a shorthand for declaring an IN parameter and an OUT
parameter.

            regards, tom lane

pgsql-general by date:

Previous
From: Devrim GUNDUZ
Date:
Subject: Re: Where is the webaddress for the most recent postgresql
Next
From: Tom Lane
Date:
Subject: Re: Quickly calculating row size of a table?