On Tue, Jan 31, 2012 at 8:56 PM, Robert Haas <[email protected]> wrote: > 2012/1/29 Kohei KaiGai <[email protected]>: >> Remote SQL: DECLARE pgsql_fdw_cursor_0 SCROLL CURSOR FOR SELECT >> a, b FROM public.t1 WHERE (a > 2) >> (3 rows) > > Shouldn't we be using protocol-level cursors rather than SQL-level cursors?
I think you want this instead: https://commitfest.postgresql.org/action/patch_view?id=769 -- marko -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
