Re: table full scan

From: "Khaldoun Ateyeh" <Khaldoun(dot)Ateyeh(at)panoratio(dot)de>
To: "Kris Jurka" <books(at)ejurka(dot)com>
Cc: "Roland Walter" <rwa(at)mosaic-ag(dot)com>, <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: table full scan
Date: 2006-01-05 13:36:07
Message-ID: 0BD53BBFEDA6B240851F0B40DC7992E718081D@S007DCDE.panoratio.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

You are right! I had another older version driver in the classpath.

Thanks for your help.

Khaldoun

-----Original Message-----
From: Kris Jurka [mailto:books(at)ejurka(dot)com]
Sent: Thursday, January 05, 2006 2:07 PM
To: Khaldoun Ateyeh
Cc: Roland Walter; pgsql-jdbc(at)postgresql(dot)org
Subject: Re: [JDBC] table full scan

On Thu, 5 Jan 2006, Khaldoun Ateyeh wrote:

> Which driver should I use? Because when I do what you suggested, I get
> "This method is not yet implemented" ... stmt.setFetchSize(1000).
>
> I am using the official postgresql-8.1-404.jdbc3.jar driver.
>

Apparently not. You most likely have a 7.3 or earlier driver in your
classpath as well because this method has been implemented for quite
some
time, and certainly is in 8.1.

Kris Jurka

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kyle R Morse/Eden 2006-01-05 14:42:02 Out Parameter Support
Previous Message Kris Jurka 2006-01-05 13:06:33 Re: table full scan