Re: I cant find it or I'm just lazy ?

From: "Jeroen T(dot) Vermeulen" <jtv(at)xs4all(dot)nl>
To: Christoph Haller <ch(at)rodos(dot)fzk(dot)de>
Cc: pgsql-hackers(at)postgresql(dot)org, darko(dot)prenosil(at)finteh(dot)hr
Subject: Re: I cant find it or I'm just lazy ?
Date: 2003-02-25 15:13:09
Message-ID: 20030225151309.GB97238@xs4all.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Feb 25, 2003 at 02:04:50PM +0100, Christoph Haller wrote:
>
> Anyway, you may MOVE until 0 instead of FETCH, or use the COUNT()
> function on the query to learn about the number of rows to be returned.

Hmm... Wouldn't the reliability of a count() depend on the isolation
level?

OTOH the problem with MOVE ALL is that not all cursors support backward
scrolling, apparently, and there is no clear documentation (or even
diagnostics!) to determine whether they do.

Jeroen

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Meskes 2003-02-25 15:30:18 Re: Thread safe ecpg
Previous Message Philippe Kiener 2003-02-25 15:13:06 Re: How do I change the server encoding?