diff options
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -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. @@ -756,11 +756,12 @@ SQL Commands 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 |