Re: creating WITH HOLD cursors using SPI

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: creating WITH HOLD cursors using SPI
Дата
Msg-id 25276.1118596891@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: creating WITH HOLD cursors using SPI  ("Andrew Dunstan" <andrew@dunslane.net>)
Список pgsql-hackers
"Andrew Dunstan" <andrew@dunslane.net> writes:
> Tom Lane said:
>> This seems awfully limiting; isn't return_next a better API?

> plperl already does return_next for handing data back to postgres (see
> recently applied patch). I don't understand how we can use it when fetching
> data from postgres into plperl, which is what Abhijit is working on.

Oh, I see --- I thought this was duplicating return_next.  Sorry for
the noise.
        regards, tom lane


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

Предыдущее
От: "Andrew Dunstan"
Дата:
Сообщение: Re: creating WITH HOLD cursors using SPI
Следующее
От: Oleg Bartunov
Дата:
Сообщение: Re: Gist Recovery testing