Re: Function to return recordset

From: Qiqi Dong <qdong(at)swbell(dot)net>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: Function to return recordset
Date: 2001-02-26 17:18:12
Message-ID: 005701c0a018$19673f70$5a41a8c0@frontier
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

It would be nice to have this feature in next release. I cannot port my
applications to PostgreSQL without it. All my data objects depend on
recordset returned from stored procedures. Could someone consider it for
7.1? Thanks.

----- Original Message -----
From: "Richard Huxton" <dev(at)archonet(dot)com>
To: "Qiqi Dong" <qdong(at)swbell(dot)net>; <pgsql-sql(at)postgresql(dot)org>
Sent: Monday, February 26, 2001 9:39 AM
Subject: Re: [SQL] Function to return recordset

> From: "Qiqi Dong" <qdong(at)swbell(dot)net>
>
> > Hi,
> >
> > I need help! How can I get either sql or plpgsql function to return
> > recordset?
> >
> > Thanks,
> > Qiqi
>
> If you have a table foo you can define your function with "returns foo"
but
> you cannot use this like:
>
> select foo_function('x');
>
> At present it is only useful for use by other functions (I believe). I
think
> Tom said this is on the developer todo list though, so sometime after 7.1
it
> should be possible.
>
> - Richard Huxton
>

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Jie Liang 2001-02-26 19:50:54 Urgent help
Previous Message Jan Wieck 2001-02-26 17:14:18 Re: Need your help