Re: ResultSet & setFetchSize fails to stop heap failures - Mailing list pgsql-jdbc

From U. George
Subject Re: ResultSet & setFetchSize fails to stop heap failures
Date
Msg-id 483DBD64.3090207@gatworks.com
Whole thread Raw
In response to Re: ResultSet & setFetchSize fails to stop heap failures  (Kris Jurka <books@ejurka.com>)
Responses Re: ResultSet & setFetchSize fails to stop heap failures  (Kris Jurka <books@ejurka.com>)
List pgsql-jdbc
To do partial fetches you must turn autocommit off.  See:
>
> http://jdbc.postgresql.org/documentation/83/query.html#query-with-cursor
>
> Kris Jurka
Yup, that did it.  I suppose there is a reason why no exception is
thrown at the execute, or an error for the setFetchSize when autocommit
is still on?

pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: ResultSet & setFetchSize fails to stop heap failures
Next
From: Kris Jurka
Date:
Subject: Re: ResultSet & setFetchSize fails to stop heap failures