Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: ResultSet & setFetchSize fails to stop heap failures



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?



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group