pgsql: Pl/pgsql MOVE done: < o Add support for MOVE and SCROLL

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Pl/pgsql MOVE done: < o Add support for MOVE and SCROLL
Date: 2007-04-29 06:48:11
Message-ID: 20070429064811.C5FDE9FA49E@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Pl/pgsql MOVE done:

< o Add support for MOVE and SCROLL cursors
<
< PL/pgSQL cursors should support the same syntax as
< backend cursors.
<
> o -Add support for MOVE cursors
> o Add support for SCROLL cursors

Modified Files:
--------------
pgsql/doc:
TODO (r1.2174 -> r1.2175)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.2174&r2=1.2175)
pgsql/doc/src/FAQ:
TODO.html (r1.675 -> r1.676)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.675&r2=1.676)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2007-04-29 07:17:12 pgsql: Update to 8.4: < * Make standard_conforming_strings the default
Previous Message Neil Conway 2007-04-29 01:21:09 pgsql: Support for MOVE in PL/PgSQL.