Re: pgsql: plpython: Add SPI cursor support

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: pgsql: plpython: Add SPI cursor support
Дата
Msg-id 201112051811.pB5IBso22321@momjian.us
обсуждение исходный текст
Ответ на pgsql: plpython: Add SPI cursor support  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-committers
Peter Eisentraut wrote:
> plpython: Add SPI cursor support
>
> Add a function plpy.cursor that is similar to plpy.execute but uses an
> SPI cursor to avoid fetching the entire result set into memory.
>
> Jan Urba?ski, reviewed by Steve Singer

I assume this is _not_ related to this TODO item:

    Add a DB-API compliant interface on top of the SPI interface

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + It's impossible for everything to be true. +

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: plpython: Add SPI cursor support
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Remove troublesome Asserts in cost_mergejoin().