Re: [GENERAL] Returning a RECORD, not SETOF RECORD

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [GENERAL] Returning a RECORD, not SETOF RECORD
Дата
Msg-id 7209.1114796089@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [GENERAL] Returning a RECORD, not SETOF RECORD  (Michael Fuhr <mike@fuhr.org>)
Список 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 по дате отправления:

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re: [GENERAL] Returning a RECORD, not SETOF RECORD
Следующее
От: Tom Lane
Дата:
Сообщение: Re: performance of bitmap scans in nested loop joins