Re: setFetchSize - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: setFetchSize
Date
Msg-id Pine.LNX.4.33.0401111602010.5953-100000@leary.csoft.net
Whole thread Raw
In response to setFetchSize  ("Karlmeier, Volker" <Volker.Karlmeier@easy.de>)
List pgsql-jdbc

On Tue, 6 Jan 2004, Karlmeier, Volker wrote:

> Hi there,
>
> we've go a Problem with the postgres jdbc driver:
>
> we need to set a fetch size (setFetchSize) to get fast results from
> database queries. Unfortunately, setFetchSize is not supported by
> the pg73jdbc3.jar.
> As I've read in the developer documentation for the 7.5 driver, this one will
> support cursors and setFetchSize().

This was implemented for the 7.4 driver which can be downloaded from
http://jdbc.postgresql.org/download.html

Kris Jurka


pgsql-jdbc by date:

Previous
From: "Neil Murray"
Date:
Subject: Re: jdbc pooling question
Next
From: Kris Jurka
Date:
Subject: Re: JDBC parse error with preparedStatement!