Re: Is there support for output parameters? - Mailing list pgsql-general

From Richard Huxton
Subject Re: Is there support for output parameters?
Date
Msg-id 200307210917.58388.richardh@archonet.com
Whole thread Raw
In response to Is there support for output parameters?  ("Francisco Figueiredo Jr." <fxjrlists@yahoo.com.br>)
Responses Re: Is there support for output parameters?  ("Francisco Figueiredo Jr." <fxjrlists@yahoo.com.br>)
List pgsql-general
On Sunday 20 July 2003 21:25, Francisco Figueiredo Jr. wrote:
> Hi all,
>
> I'd like to know if there is support for output parameters in function
> calls.
>
> If so, how can I use it?

I'm afraid not. You can return record types or use a temporary table to
simulate this. If you are converting from another system, you may find the
documents at http://techdocs.postgresql.org of some use.

--
  Richard Huxton
  Archonet Ltd

pgsql-general by date:

Previous
From: Gordon Luk
Date:
Subject: Error : ASP.NET with ODBC driver (Postgresql + Unicode beta driver (7.03.0100))
Next
From: Jason Godden
Date:
Subject: Re: Trigger Function DML and Permissions