Re: [HACKERS] pl/pgsql function out parameters - Mailing list pgsql-general

From Thomas Lockhart
Subject Re: [HACKERS] pl/pgsql function out parameters
Date
Msg-id 39648AD3.F7554F33@alumni.caltech.edu
Whole thread Raw
In response to pl/pgsql function out parameters  (Richard Nfor <rnfor@taku.demon.co.uk>)
List pgsql-general
> Does anyone know if out parameters are supported in pl/pgsql functions?

Yes. They are not supported. I've got patches ready to submit which
recognize the IN, OUT and INOUT keywords defined in SQL99, but the
patches will just throw an explicit error if you specify an OUT/INOUT
parameter.

btw, everyone: any objections to or comments on the above?

                       - Thomas

pgsql-general by date:

Previous
From: Thomas Lockhart
Date:
Subject: Re: change in now() and ago with 7.x
Next
From: Thomas Lockhart
Date:
Subject: Re: Find all the dates in the calendar week?