Add:
authorBruce Momjian
Tue, 20 Feb 2007 14:17:24 +0000 (14:17 +0000)
committerBruce Momjian
Tue, 20 Feb 2007 14:17:24 +0000 (14:17 +0000)
> * Fix IS OF so it matches the ISO specification, and add documentation
>
>   http://archives.postgresql.org/pgsql-patches/2003-08/msg00060.php
>   http://archives.postgresql.org/pgsql-hackers/2007-02/msg00060.php

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

index af1dbc1bbb986c7414095d0b82a098ec1b40800a..0c5471d656c64d7c64a8580e6fe5f0bd133df6ce 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Mon Feb 19 22:47:00 EST 2007
+Last updated:      Tue Feb 20 09:17:18 EST 2007
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -380,6 +380,10 @@ Functions
 
   http://archives.postgresql.org/pgsql-hackers/2006-12/msg00568.php
 
+* Fix IS OF so it matches the ISO specification, and add documentation
+
+  http://archives.postgresql.org/pgsql-patches/2003-08/msg00060.php
+  http://archives.postgresql.org/pgsql-hackers/2007-02/msg00060.php
 
 
 
index 56f3aaf84debcab44b91caacffa90992b5d9225b..eee6a8aab19dd9b603b5db6881fbd3ce5a49d5aa 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Mon Feb 19 22:47:00 EST 2007
+Last updated:           Tue Feb 20 09:17:18 EST 2007
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -346,6 +346,10 @@ first.  There is also a developer's wiki at
   
  • Allow holdable cursors in SPI
  •    
  • Tighten function permission checks
  •  

      http://archives.postgresql.org/pgsql-hackers/2006-12/msg00568.php

    +

    +  
  • Fix IS OF so it matches the ISO specification, and add documentation
  • +

      http://archives.postgresql.org/pgsql-patches/2003-08/msg00060.php

    +  http://archives.postgresql.org/pgsql-hackers/2007-02/msg00060.php
     

     
     

    Multi-Language Support