Re: Set Returning Function (Pipelining)

From: Joe Conway <mail(at)joeconway(dot)com>
To: tschak <jochen(dot)schlosser(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Set Returning Function (Pipelining)
Date: 2005-11-23 04:42:08
Message-ID: 4383F320.4010405@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

tschak wrote:
> I have a question on set returning functions. In one of the TechDocs on
> the postgres website it says:
> "Currently SRF returning PL/pgSQL functions must generate the entire
> set before the result is returned"
>
> It also says that this might be changed in future releases (later than
> 7.3).
> My question is now wether the result is returned linewise in an newer
> version

I'm afraid not. But are you sure you need pipelining?

Joe

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Rick Schumeyer 2005-11-23 04:45:05 tsearch2: more than one index per table?
Previous Message Patrick Hatcher 2005-11-23 01:13:44 Slow pgdump