Add for pl/pgsql:
authorBruce Momjian
Tue, 11 Mar 2008 17:20:47 +0000 (17:20 +0000)
committerBruce Momjian
Tue, 11 Mar 2008 17:20:47 +0000 (17:20 +0000)
o Review handling of MOVE and FETCH

http://archives.postgresql.org/pgsql-patches/2007-04/msg00527.php

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

index 7a974c8f59fe0256febfdd3a706b07eafbfbded7..369e6624e0468a45e9088e4397b430ea4de2106f 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,7 +1,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Tue Mar 11 13:02:27 EDT 2008
+Last updated:      Tue Mar 11 13:20:26 EDT 2008
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -815,6 +815,11 @@ Server-Side Languages
 
      http://archives.postgresql.org/pgsql-hackers/2006-10/msg00070.php
 
+   o Review handling of MOVE and FETCH
+
+     http://archives.postgresql.org/pgsql-patches/2007-04/msg00527.php
+
+
 * Other
    o Add table function support to pltcl, plpythonu
    o Add support for polymorphic arguments and return types to
index 0acae2c2c3721925612c186af77bcd141143c78b..bf4fe2a6504c7f68db94d343b9073663d641e64f 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Tue Mar 11 13:02:27 EDT 2008
+Last updated:           Tue Mar 11 13:20:26 EDT 2008
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -712,6 +712,9 @@ first.  There is also a developer's wiki at
           from NULL-valued scalars.
 

 

          http://archives.postgresql.org/pgsql-hackers/2006-10/msg00070.php

+

+    
  • Review handling of MOVE and FETCH
  • +

              http://archives.postgresql.org/pgsql-patches/2007-04/msg00527.php

     

       
       
  • Other