Re: WIP patch: convert SQL-language functions to return tuplestores

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: WIP patch: convert SQL-language functions to return tuplestores
Дата
Msg-id 26066.1225460282@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: WIP patch: convert SQL-language functions to return tuplestores  ("Pavel Stehule" <pavel.stehule@gmail.com>)
Ответы Re: WIP patch: convert SQL-language functions to return tuplestores
Список pgsql-hackers
"Pavel Stehule" <pavel.stehule@gmail.com> writes:
> RETURN QUERY should be implemented for lazy execution model. And it
> should be fast and not to much dificult.

Really?  Consider what happens if it's inside a loop, or an exception
block, or any other nesting construct.
        regards, tom lane


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

Предыдущее
От: Teodor Sigaev
Дата:
Сообщение: Re: [PATCHES] GIN improvements
Следующее
От: "Pavel Stehule"
Дата:
Сообщение: Re: WIP patch: convert SQL-language functions to return tuplestores