Re: select * from function() - Mailing list pgsql-general

From Stephan Szabo
Subject Re: select * from function()
Date
Msg-id 20021112105307.T68519-100000@megazone23.bigpanda.com
Whole thread Raw
In response to select * from function()  ("Ian Harding" <ianh@tpchd.org>)
List pgsql-general
On Tue, 12 Nov 2002, Ian Harding wrote:

> I swear someone posted a message indicating that we would be getting the abillity to
>
> select * From function():
>
> as opposed to the current
>
> select function(cursorname);
> fetch all in "cursorname";
>
> Was I hallucinating?

No.

7.3 is able to use set returning functions
like that.



pgsql-general by date:

Previous
From: Doug McNaught
Date:
Subject: Re: select * from function()
Next
From: "Ian Harding"
Date:
Subject: Re: select * from function()