Hi all,

For a little application I'm working on (written in Python), I have a
number of potentially large result sets that I'd like to return from a
PL/pgSQL function.  My natural inclination would be to return a
refcursor.  It seems, however, that psycopg2 can't accept such
references.

Have I completely overlooked something (there would be no news in
that, of course)?  Is there some other interface I ought to be using?

Thanks,

A

-- 
Andrew Sullivan
a...@crankycanuck.ca

-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to