| From: | Michael Fuhr <mike(at)fuhr(dot)org> |
|---|---|
| To: | lmeadors(at)apache(dot)org |
| Cc: | pgsql-sql(at)postgresql(dot)org |
| Subject: | Re: Looking for info on 8.1 features, and some examples |
| Date: | 2005-06-19 14:27:21 |
| Message-ID: | 20050619142720.GA18763@winnie.fuhr.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-sql |
On Sat, Jun 11, 2005 at 10:23:11PM -0600, Larry Meadors wrote:
>
> I am looking at the features for pgsql 8.1 (based on what I read in
> http://gborg.postgresql.org/project/pljava/projdisplay.php) and am
> wondering if anyone reading this has a simple example of some
> procedures that use OUT and INOUT parameters that they would be
> willing to share...
The development documentation has examples that use IN and OUT:
http://developer.postgresql.org/docs/postgres/plpgsql-declarations.html
http://developer.postgresql.org/docs/postgres/plpgsql-porting.html
A few examples have also been posted to the mailing lists -- search
the archives for "INOUT":
http://archives.postgresql.org/
--
Michael Fuhr
http://www.fuhr.org/~mfuhr/
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2005-06-19 15:05:22 | Re: WHY transaction waits for another transaction? |
| Previous Message | PFC | 2005-06-19 10:36:03 | Re: Dynamic PL/pgSQL |