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

Поиск
Список
Период
Сортировка
От Clemens Eisserer
Тема Does 8.3/8.4 support lazy fetched + updateable +scrollable ResultSets?
Дата
Msg-id 194f62550905171035u3316ebddwc11e6680f51dcba5@mail.gmail.com
обсуждение исходный текст
Ответы Re: Does 8.3/8.4 support lazy fetched + updateable +scrollable ResultSets?
Список 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 по дате отправления:

Предыдущее
От: Tanel
Дата:
Сообщение: Re: ResultSet getString() result differs in 8.3 jdbc (compared to 8.1), with "real" type
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: Does 8.3/8.4 support lazy fetched + updateable +scrollable ResultSets?