plpython: Add SPI cursor support

Peter Eisentraut <peter_e@gmx.net>

Commit: 89e850e6fda9e4e441712012abe971fe938d595a
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2011-12-05T17:52:15Z
Releases: 9.2.0
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

Files