Re: [GENERAL] Returning a RECORD, not SETOF RECORD - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [GENERAL] Returning a RECORD, not SETOF RECORD
Date
Msg-id 7209.1114796089@sss.pgh.pa.us
Whole thread Raw
In response to Re: [GENERAL] Returning a RECORD, not SETOF RECORD  (Michael Fuhr <mike@fuhr.org>)
List pgsql-hackers
Michael Fuhr <mike@fuhr.org> writes:
> On Fri, Apr 29, 2005 at 10:36:05AM -0400, Tom Lane wrote:
>> regression=# select (xyz(unique1,unique2)).* from tenk1 limit 5;

> This is a little off topic, but I've noticed that the above invokes
> the function once per output column:

Yeah, that is unfortunate but doesn't seem very easy to fix.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: [GENERAL] Returning a RECORD, not SETOF RECORD
Next
From: Tom Lane
Date:
Subject: Re: performance of bitmap scans in nested loop joins