Does 8.3/8.4 support lazy fetched + updateable +scrollable ResultSets?

From: Clemens Eisserer <linuxhippy(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Does 8.3/8.4 support lazy fetched + updateable +scrollable ResultSets?
Date: 2009-05-17 17:35:21
Message-ID: 194f62550905171035u3316ebddwc11e6680f51dcba5@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2009-05-18 14:14:50 Re: Does 8.3/8.4 support lazy fetched + updateable +scrollable ResultSets?
Previous Message Thomas Finneid 2009-05-15 07:38:03 Re: COPY support: plan and progress