Re: For cursors, there is FETCH and MOVE, why no TELL? - Mailing list pgsql-hackers

From Hakan Kocaman
Subject Re: For cursors, there is FETCH and MOVE, why no TELL?
Date
Msg-id CAKoGa8+eu3JnVsuQSceebv7wTF-8NBaQ2DUdS+99r=ZfQJtKYg@mail.gmail.com
Whole thread Raw
In response to For cursors, there is FETCH and MOVE, why no TELL?  (Marc Balmer <marc@msys.ch>)
Responses Re: For cursors, there is FETCH and MOVE, why no TELL?  (Marc Balmer <marc@msys.ch>)
List pgsql-hackers
Hi,

2015-02-09 10:37 GMT+01:00 Marc Balmer <marc@msys.ch>:

(I use cursors to display large datasets in a page-wise way, where the
user can move per-page, or, when displaying a single record, per record.
 When the user goes back from per-record view to page-view, I have to
restore the cursor to the position it was on before the user changed to
per-record view.)


On a totaly unrelated note:

kind regards 
hakm kocaman
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Parallel Seq Scan
Next
From: Tom Lane
Date:
Subject: Re: RangeType internal use