Re: pgsql: plpython: Add SPI cursor support

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: plpython: Add SPI cursor support
Date: 2011-12-05 18:11:54
Message-ID: 201112051811.pB5IBso22321@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-12-05 20:50:15 pgsql: Remove troublesome Asserts in cost_mergejoin().
Previous Message Peter Eisentraut 2011-12-05 17:56:47 pgsql: plpython: Add SPI cursor support

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2011-12-05 18:12:19 Re: plpython SPI cursors
Previous Message Alvaro Herrera 2011-12-05 18:04:15 Re: exit() calls in libraries