More on cursors in 7.3

From: "Jeroen T(dot) Vermeulen" <jtv(at)xs4all(dot)nl>
To: pgsql-hackers(at)postgresql(dot)org
Subject: More on cursors in 7.3
Date: 2002-12-08 18:28:03
Message-ID: 20021208182803.GC1452@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Looking at my problem with changed cursor behaviour in 7.3 again, I
noticed something interesting: a cursor in 7.3 apparently does not let
you scroll back to its first row at all! Neither a "move backward all"
or a "move -n" where n is equal to or greater than the cursor's current
position, will let you fetch any more rows from the cursor. Scrolling
back to the second row does work though.

I can work around this in libpqxx, without too much trouble, but I'm
not sure I should have to.

Jeroen

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Vince Vielhaber 2002-12-08 20:52:10 Re: [GENERAL] PostgreSQL Global Development Group
Previous Message Joe Conway 2002-12-08 16:49:00 proposal: array utility functions phase 1