absolute positioning - Mailing list pgsql-jdbc

From Indra Heckenbach
Subject absolute positioning
Date
Msg-id 405E5075.10603@macnica.com
Whole thread Raw
Responses Re: absolute positioning  (Oliver Jowett <oliver@opencloud.com>)
List pgsql-jdbc
Hi,

After reviewing the JDBC API, I thought absolute() was intended to
reposition the cursor across the entire result set.  Looking at the
pgjdbc implementation though, it appears to be positioning the cursor in
the cached results, which may be a subset of all results if
setFetchSize() != 0.   I assume the implementation should be doing
"FETCH ABSOLUTE pos".  If this is true, comparable methods are also not
correctly implemented for this case.  Is this an issue, or am I
misinterpreting the API?

thanks,
Indra

pgsql-jdbc by date:

Previous
From: Fuchs Clemens
Date:
Subject: Re: BYTEA with large files leads to OutOfMemory
Next
From: Indra Heckenbach
Date:
Subject: selecting cursor based fetch