Thread: Postgres 7.4.1 JDBC Question

Postgres 7.4.1 JDBC Question

From
"David Price"
Date:
Hello,

I have just upgraded from Postgres 7.3.4 to 7.4.1 but the JDBC driver for
7.4.1 does not appear to implement ResultSet.getFetchSize().  Is there a
patch to add this functionallity?  If not, is this going to be supported in
future releases?

Thx



Re: Postgres 7.4.1 JDBC Question

From
Oliver Jowett
Date:
David Price wrote:
> Hello,
>
> I have just upgraded from Postgres 7.3.4 to 7.4.1 but the JDBC driver for
> 7.4.1 does not appear to implement ResultSet.getFetchSize().

How did you come to this conclusion? What behaviour are you expecting?
getFetchSize() has always done something AFAIK (although the details of
how it worked did change).

-O