implementation of plpythonu resultset (are cursors used?)

From: Allan Kamau <kamauallan(at)yahoo(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: implementation of plpythonu resultset (are cursors used?)
Date: 2008-03-27 08:24:49
Message-ID: 604165.31567.qm@web53503.mail.re2.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi,
Is the resultset returned by executing plpy.execute("myquery") implemented by cursors, or does it require fetching all the qualifying records to the client.

Allan.

____________________________________________________________________________________
Never miss a thing. Make Yahoo your home page.
http://www.yahoo.com/r/hs

Browse pgsql-admin by date

  From Date Subject
Next Message Marc Cousin 2008-03-27 09:54:38 No other role than public in privileges setup tabs
Previous Message Allan Kamau 2008-03-27 08:21:30 Looping the result set in plpythonu