Re: Is there support for output parameters?

From: "Francisco Figueiredo Jr(dot)" <fxjrlists(at)yahoo(dot)com(dot)br>
To: Richard Huxton <richardh(at)archonet(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Is there support for output parameters?
Date: 2003-08-03 14:01:24
Message-ID: 3F2D15B4.3000005@yahoo.com.br
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Richard Huxton wrote:

> 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.
>

Hi Richard,
Thanks for your answer.

I'm trying to add outputParameter support to Npgsql, a .net data
provider for postgresql.
I will have a look at docs to see if I find something.

sorry for so laaate response...

--
Regards,

Francisco Figueiredo Jr.

------
"My grandfather once told me that there are two
kinds of people: those
who work and those who take the credit. He told me
to try to be in the
first group; there was less competition there."
- Indira Gandhi

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Francisco J Reyes 2003-08-03 14:27:11 Re: Inheritance vs child tables (Was Domains)
Previous Message Shridhar Daithankar 2003-08-03 11:31:28 Re: Monthly table partitioning for fast purges?