- Original Message -
From: "Tom Lane" <[EMAIL PROTECTED]>
To: "Heikki Linnakangas" <[EMAIL PROTECTED]>
Cc: "dv @ nabble" <[EMAIL PROTECTED]>; "pgsql-hackers list"
Sent: Monday, April 28, 2008 5:07 PM
Subject: Re: [HACKERS] SRF
OK,
Thank you for the explanation, I hope this will be implemented in future.
We will try and find a workaround to this issue until then.
Denis
- Original Message -
From: "Heikki Linnakangas" <[EMAIL PROTECTED]>
To: "dv @ nabble" <[EMAIL PROTECTED]>
Hi all,
I am working on implementation of custom "C" SRF for our team. The SRF uses
SFRM_ValuePerCall mode. I know that sometimes even in SFRM_ValuePerCall mode
all the rows returned from SRF are "materialized" (for performing JOINs, for
example). But it looks like even in cases when SELECT is ve