Re: [GENERAL] question about about future 8.1 and IN, INOUT, and OUT parameters

2005-04-25 Thread Tom Lane
Michael Fuhr <[EMAIL PROTECTED]> writes: > On Sun, Apr 24, 2005 at 11:05:57PM -0500, Tony Caduto wrote: >> Is the syntax going to be exactly like it is in Oracle? > I'm not familiar with the Oracle syntax and I don't know how close > the PostgreSQL implementation is to being final, but here's an >

Re: [GENERAL] question about about future 8.1 and IN, INOUT, and OUT parameters

2005-04-25 Thread Michael Fuhr
On Sun, Apr 24, 2005 at 11:05:57PM -0500, Tony Caduto wrote: > > I saw that the recently released pl/java has the ablity to use IN, INOUT, and > OUT parameters. > > Is the syntax going to be exactly like it is in Oracle? I'm not familiar with the Oracle syntax and I don't know how close the Post