Re: setFetchSize

From: Kris Jurka <books(at)ejurka(dot)com>
To: "Karlmeier, Volker" <Volker(dot)Karlmeier(at)easy(dot)de>
Cc: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: setFetchSize
Date: 2004-01-11 21:02:41
Message-ID: Pine.LNX.4.33.0401111602010.5953-100000@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

  • setFetchSize at 2004-01-06 12:26:57 from Karlmeier, Volker

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2004-01-11 21:12:11 Re: JDBC parse error with preparedStatement!
Previous Message Neil Murray 2004-01-11 20:31:23 Re: jdbc pooling question