Does 8.3/8.4 support lazy fetched + updateable +scrollable ResultSets? - Mailing list pgsql-jdbc

From Clemens Eisserer
Subject Does 8.3/8.4 support lazy fetched + updateable +scrollable ResultSets?
Date
Msg-id 194f62550905171035u3316ebddwc11e6680f51dcba5@mail.gmail.com
Whole thread Raw
Responses Re: Does 8.3/8.4 support lazy fetched + updateable +scrollable ResultSets?  (Kris Jurka <books@ejurka.com>)
List pgsql-jdbc
Hello,

First of all thank you for postgres. Its an amazing piece of software.

I've a legacy software which relies on updateable+scrollable
ResultSets running on postgres 7.4.
Unfourtunatly this version didn't support lazy updateable ResultSets,
so when the ResultSet is opened the whole query contents are sent to
the client at once instead of lazily - which starts to become a
serious performance problem the more data is inserted.
Does Pg 8.3 or 8.4 support lazy fetched + updateable +scrollable ResultSets?

Thank you in advance, Clemens

pgsql-jdbc by date:

Previous
From: Tanel
Date:
Subject: Re: ResultSet getString() result differs in 8.3 jdbc (compared to 8.1), with "real" type
Next
From: Kris Jurka
Date:
Subject: Re: Does 8.3/8.4 support lazy fetched + updateable +scrollable ResultSets?