Re: Problem using set-returning functions

Поиск
Список
Период
Сортировка
От Markus Schaber
Тема Re: Problem using set-returning functions
Дата
Msg-id 4428016A.7020006@logix-tt.com
обсуждение исходный текст
Ответ на Re: Problem using set-returning functions  (Stephan Szabo <sszabo@megazone.bigpanda.com>)
Список pgsql-sql
Hi, Stephan,

Stephan Szabo wrote:

> It's an implementation detail. Some languages handle SRFs in a way that
> can be handled in the select list (SQL and C I think) and others do not
> (plpgsql).

Ah, that's an enlightening explanation, thanks.

> The latter will likely change at some point, although there are
> some confusing issues with SRFs in the select list as well, see the
> difference in behavior between:
> 
> select generate_series(1,10), generate_series(1,5);
>  vs
> select * from generate_series(1,10) g1, generate_series(1,5) g2;

I know that the SRF special semantics are ugly, and would vote for
adjacent tables to be implemented as replacement.

Markus
-- 
Markus Schaber | Logical Tracking&Tracing International AG
Dipl. Inf.     | Software Development GIS

Fight against software patents in EU! www.ffii.org www.nosoftwarepatents.org


В списке pgsql-sql по дате отправления:

Предыдущее
От: PFC
Дата:
Сообщение: Re: Expressing a result set as an array (and vice versa)?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Problem using set-returning functions