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