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(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ It's impossible for everything to be true. +
In response to
pgsql-hackers by date
| Next: | From: Bruce Momjian | Date: 2011-12-05 18:12:19 |
| Subject: Re: plpython SPI cursors |
| Previous: | From: Alvaro Herrera | Date: 2011-12-05 18:04:15 |
| Subject: Re: exit() calls in libraries |
pgsql-committers by date
| Next: | From: Tom Lane | Date: 2011-12-05 20:50:15 |
| Subject: pgsql: Remove troublesome Asserts in cost_mergejoin(). |
| Previous: | From: Peter Eisentraut | Date: 2011-12-05 17:56:47 |
| Subject: pgsql: plpython: Add SPI cursor support |