Re: Scrolling cursors in PL/PgSQL

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Dawid Kuroczko" <qnex42(at)gmail(dot)com>
Cc: "Postgres General" <pgsql-general(at)postgresql(dot)org>, pgsql-sql <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Scrolling cursors in PL/PgSQL
Date: 2007-11-01 21:22:12
Message-ID: 15560.1193952132@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-sql

"Dawid Kuroczko" <qnex42(at)gmail(dot)com> writes:
> Is there a way to scroll a cursor from within PL/PgSQL?

FWIW, in 8.3 plpgsql has full FETCH/MOVE support --- that might or might
not help you, depending on what your timescale for deploying this
application is ...

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2007-11-01 21:28:15 Re: (Never?) Kill Postmaster?
Previous Message Bruce Momjian 2007-11-01 21:19:36 Re: [GENERAL] Abbreviation list

Browse pgsql-sql by date

  From Date Subject
Next Message Ehab Galal 2007-11-04 13:14:51 omitting redundant join predicate
Previous Message Pavel Stehule 2007-11-01 21:05:38 Re: Scrolling cursors in PL/PgSQL