Re: ResultSet storing all rows with defaulftFetchSize to 5000

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: Mark Rotteveel <mark(at)lawinegevaar(dot)nl>
Cc: pgsql-jdbc(at)lists(dot)postgresql(dot)org
Subject: Re: ResultSet storing all rows with defaulftFetchSize to 5000
Date: 2018-02-14 13:40:02
Message-ID: CADK3HHLCB_WF0Yo5bewtw+hyQSoMrbz-K5M_SFmEzRhK3HFDrg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Yes, it does appear to be confusing which is why we changed the numbering
scheme.

There is very little relationship between JDBC versions and PostgreSQL
versions.

Dave Cramer

davec(at)postgresintl(dot)com
www.postgresintl.com

On 14 February 2018 at 08:37, Mark Rotteveel <mark(at)lawinegevaar(dot)nl> wrote:

> On 9-2-2018 23:09, Dave Cramer wrote:
>
>> Jaime,
>>
>> 9.4.1208 is considerably out of date. You may want to upgrade.
>>
>
> The content of https://jdbc.postgresql.org/do
> cumentation/documentation.html suggests that the latest released
> documentation is for 9.4 (or at least, I always read HEAD as meaning latest
> development content).
>
> Maybe an idea to also add 42.x to that list?
>
> Mark
>
> davec(at)postgresintl(dot)com <mailto:davec(at)postgresintl(dot)com>
>> www.postgresintl.com <http://www.postgresintl.com>
>>
>> On 8 February 2018 at 19:13, Brad DeJong <bpd0018(at)gmail(dot)com <mailto:
>> bpd0018(at)gmail(dot)com>> wrote:
>>
>>
>>
>> On Wed, Feb 7, 2018 at 1:00 PM, Jaime Soler <jaime(dot)soler(at)gmail(dot)com
>> <mailto:jaime(dot)soler(at)gmail(dot)com>> wrote:
>>
>> ... ResultSet holdability is HOLD_CURSOR_OVER_COMMIT. ...
>> And the postgresql comunity jdbc driver 9.4 documentation said:
>> "... There are a number of restrictions which will make the
>> driver silently fall back to fetch the whole ResultSet ..."
>>
>
>
> --
> Mark Rotteveel
>
>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2018-02-15 13:40:49 [pgjdbc/pgjdbc] 3b3fd8: Update documentation.md
Previous Message Mark Rotteveel 2018-02-14 13:37:20 Re: ResultSet storing all rows with defaulftFetchSize to 5000