Re: IN/OUT parameters - Mailing list pgsql-hackers

From Josh Berkus
Subject Re: IN/OUT parameters
Date
Msg-id 200505241617.33026.josh@agliodbs.com
Whole thread Raw
In response to Re: IN/OUT parameters  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
People:

OK, found it in SQL99:

<SQL parameter declaration> ::=
[ <parameter mode> ] [ <SQL parameter name> ] <parameter type> [ RESULT ]
<parameter mode> ::= IN | OUT | INOUT

... so this is something we need to support, apparently both for Functions and 
Procedures (when we get the latter), in the backend, not just JDBC.  As you 
can imagine, though, SQL03 does nothing to clarify calling rules for IN/OUT 
params.

-- 
--Josh

Josh Berkus
Aglio Database Solutions
San Francisco


pgsql-hackers by date:

Previous
From: Junaili Lie
Date:
Subject: Re: postmaster.pid disappeared
Next
From: Neil Conway
Date:
Subject: Re: Speeding up the Postgres lexer