Item not done, per Pavel:
authorBruce Momjian
Wed, 18 Apr 2007 13:31:17 +0000 (13:31 +0000)
committerBruce Momjian
Wed, 18 Apr 2007 13:31:17 +0000 (13:31 +0000)
<  o -Add MOVE
<  o -Add support for SCROLL cursors
>  o Add support for MOVE and SCROLL cursors

doc/TODO
doc/src/FAQ/TODO.html

index c11d44d4e020aaf392c5c81f4b7e70cf416ee7cd..7511b57befe06c2ff570183ccb0e6b333917cbd1 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Tue Apr 17 19:54:24 EDT 2007
+Last updated:      Wed Apr 18 09:31:04 EDT 2007
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -754,9 +754,8 @@ SQL Commands
          http://archives.postgresql.org/pgsql-patches/2006-05/msg00302.php
          http://archives.postgresql.org/pgsql-patches/2006-06/msg00031.php
 
-       o -Add MOVE
        o Add single-step debugging of functions
-       o -Add support for SCROLL cursors
+       o Add support for MOVE and SCROLL cursors
 
          PL/pgSQL cursors should support the same syntax as
          backend cursors.
index 61df9e8f5a3008dd3270cf4fa59a9682b2469fea..0ea0979b835e7d07a1abcb0c008c96ddab469958 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Tue Apr 17 19:54:24 EDT 2007
+Last updated:           Wed Apr 18 09:31:04 EDT 2007
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -672,9 +672,8 @@ first.  There is also a developer's wiki at
                   http://archives.postgresql.org/pgsql-patches/2006-05/msg00302.php
                   http://archives.postgresql.org/pgsql-patches/2006-06/msg00031.php
 

-      
  • -Add MOVE
  •        
  • Add single-step debugging of functions
  • -      
  • -Add support for SCROLL cursors
  • +      
  • Add support for MOVE and SCROLL cursors
  •  

                      PL/pgSQL cursors should support the same syntax as

                       backend cursors.