mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 11:35:13 -04:00
89e850e6fd
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