PostgreSQL TODO List
====================
-Last updated: Tue Apr 17 17:22:42 EDT 2007
+Last updated: Tue Apr 17 19:54:24 EDT 2007
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
o -Add MOVE
o Add single-step debugging of functions
- o -Add support for WITH HOLD and SCROLL cursors
+ o -Add support for SCROLL cursors
PL/pgSQL cursors should support the same syntax as
backend cursors.
+ o Add support for WITH HOLD cursors
o Allow RETURN to return row or record functions
http://archives.postgresql.org/pgsql-patches/2005-11/msg00045.php
-Last updated: Tue Apr 17 17:22:42 EDT 2007
+Last updated: Tue Apr 17 19:54:24 EDT 2007
The most recent version of this document can be viewed at
-Add MOVE
Add single-step debugging of functions
-
-Add support for WITH HOLD and SCROLL cursors
+
-Add support for SCROLL cursors
PL/pgSQL cursors should support the same syntax as
backend cursors.
+
Add support for WITH HOLD cursors
Allow RETURN to return row or record functions