Scrollable result sets - Mailing list pgsql-jdbc

From Przemyslaw Wegrzyn
Subject Scrollable result sets
Date
Msg-id 20021020200544.27ae7df2.czajnik@czajsoft.pl
Whole thread Raw
Responses Re: Scrollable result sets  (Nic Ferrier <nferrier@tapsellferrier.co.uk>)
List pgsql-jdbc
I'm actually new to PostgreSQL with Java, but already have one question:

I've tried to use scrollable ResultSets instead of LIMIT sql statement.
But pgSQL implementation of scrollable ResultSets seems ineffective -
selecting all rows and scrolling them on the client side.

Is this feature implementation using server-side cursors planned ?

-=Czaj-nick=-


pgsql-jdbc by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] /contrib/retep to gborg
Next
From: Nic Ferrier
Date:
Subject: Re: Scrollable result sets