Re: select * from function()

From: Doug McNaught <doug(at)mcnaught(dot)org>
To: "Ian Harding" <ianh(at)tpchd(dot)org>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: select * from function()
Date: 2002-11-12 18:53:02
Message-ID: m3d6pasjqp.fsf@varsoon.wireboard.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Ian Harding" <ianh(at)tpchd(dot)org> writes:

> 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. This feature is in 7.3beta--is that what you're running?

-Doug

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Stephan Szabo 2002-11-12 18:54:02 Re: select * from function()
Previous Message Ian Harding 2002-11-12 18:49:28 select * from function()