Re: execute cursor fetch

From: Kris Jurka <books(at)ejurka(dot)com>
To: Stef <svb(at)ucs(dot)co(dot)za>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: execute cursor fetch
Date: 2004-10-15 22:30:17
Message-ID: Pine.BSO.4.56.0410151727320.1756@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Tue, 12 Oct 2004, Stef wrote:

> Pierre-Frédéric Caillaud mentioned :
> => http://www.postgresql.org/docs/7.4/static/jdbc-query.html#AEN24298
>
> My question is :
> Is this only true for postgres versions >= 7.4 ?
>
> I see the same section about "Setting fetch size to turn cursors on and off"
> is not in the postgres 7.3.7 docs. Does this mean 7.3 the JDBC driver
> for postgres < 7.4 doesn't support this ?
>

You need the 7.4 JDBC driver, but can run it against a 7.3 (or 7.2)
database. Also note the 8.0 JDBC driver can only do this against a 7.4 or
8.0 database and not older versions.

Kris Jurka

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Bruce Momjian 2004-10-16 01:22:03 Re: mmap (was First set of OSDL Shared Mem scalability results,
Previous Message Mark Wong 2004-10-15 22:10:22 Re: [Testperf-general] Re: First set of OSDL Shared Memscalability results, some wierdness ...