Re: [HACKERS] pl/pgsql function out parameters

From: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
To: Richard Nfor <rnfor(at)taku(dot)demon(dot)co(dot)uk>
Cc: pgsql-general(at)postgresql(dot)org, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] pl/pgsql function out parameters
Date: 2000-07-06 13:34:11
Message-ID: 39648AD3.F7554F33@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

> 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Thomas Lockhart 2000-07-06 13:49:03 Re: Find all the dates in the calendar week?
Previous Message Thomas Lockhart 2000-07-06 13:31:09 Re: change in now() and ago with 7.x

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Lockhart 2000-07-06 13:41:52 Re: fcntl(F_SETLK)
Previous Message The Hermit Hacker 2000-07-06 13:07:19 Re: PostgreSQL & the BSD License