Re: cursor bug

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: washingtonirving(at)yahoo(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: cursor bug
Date: 2003-08-30 22:02:28
Message-ID: 3296.1062280948@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

<washingtonirving(at)yahoo(dot)com> writes:
> Under some cases, using cursors and the fetch and move commands don't
> work as expected.

Moving backwards in complex queries (anything more complex than a single
table scan) doesn't work reliably in releases before 7.4. In 7.4 you
can do it, but you'll usually have to specifically declare the cursor
as SCROLL ... and eat the ensuing overhead ...

regards, tom lane

In response to

  • cursor bug at 2003-08-30 20:24:42 from washingtonirving

Responses

Browse pgsql-general by date

  From Date Subject
Next Message washingtonirving 2003-08-30 22:20:56 Re: cursor bug
Previous Message Christopher Browne 2003-08-30 21:59:32 Re: Btrieve