Re: [GENERAL] Returning a RECORD, not SETOF RECORD
- From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
- To: Michael Fuhr <mike(at)fuhr(dot)org>
- Cc: Thomas Hallgren <thhal(at)mailblocks(dot)com>, pgsql-hackers(at)postgresql(dot)org
- Subject: Re: [GENERAL] Returning a RECORD, not SETOF RECORD
- Date: Fri, 29 Apr 2005 13:34:49 -0400
- Message-id: <7209(dot)1114796089(at)sss(dot)pgh(dot)pa(dot)us>
Michael Fuhr <mike(at)fuhr(dot)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
Home |
Main Index |
Thread Index