| From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
|---|---|
| To: | Jan Urbański <wulczer(at)wulczer(dot)org> |
| Cc: | Steve Singer <ssinger_pg(at)sympatico(dot)ca>, Postgres - Hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: plpython SPI cursors |
| Date: | 2011-12-05 17:58:07 |
| Message-ID: | 1323107887.10992.10.camel@vanquo.pezone.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On ons, 2011-11-23 at 19:58 +0100, Jan Urbański wrote:
> On 20/11/11 19:14, Steve Singer wrote:
> > On 11-10-15 07:28 PM, Jan Urbański wrote:
> >> Hi,
> >>
> >> attached is a patch implementing the usage of SPI cursors in PL/Python.
> >> Currently when trying to process a large table in PL/Python you have
> >> slurp it all into memory (that's what plpy.execute does).
> >>
> >> J
> >
> > I found a few bugs (see my testing section below) that will need fixing
> > + a few questions about the code
>
> Responding now to all questions and attaching a revised patch based on
> your comments.
Committed
Please refresh the other patch.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jan Urbański | 2011-12-05 17:59:58 | Re: plpython SPI cursors |
| Previous Message | Peter Eisentraut | 2011-12-05 17:56:47 | pgsql: plpython: Add SPI cursor support |