Add URL for:
authorBruce Momjian
Wed, 21 Feb 2007 01:08:58 +0000 (01:08 +0000)
committerBruce Momjian
Wed, 21 Feb 2007 01:08:58 +0000 (01:08 +0000)
      o Allow row and record variables to be set to NULL constants,
        and allow NULL tests on such variables

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

index 1b93c0c6c28ce0bf8308a30f23697fa17d607108..465106c81b73f59abef23f500a6783be57a81c35 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Tue Feb 20 18:39:00 EST 2007
+Last updated:      Tue Feb 20 20:08:47 EST 2007
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -764,6 +764,7 @@ SQL Commands
 
          Because a row is not scalar, do not allow assignment
          from NULL-valued scalars.
+         http://archives.postgresql.org/pgsql-hackers/2006-10/msg00070.php
 
    o Other
        o Add table function support to pltcl, plpython
index b4f476e3643a03e8a999d98c417edea656bbe1ed..e7b3f60651722bb23a4ba65d1cca6c482f4d9fba 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Tue Feb 20 18:39:00 EST 2007
+Last updated:           Tue Feb 20 20:08:47 EST 2007
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -683,6 +683,7 @@ first.  There is also a developer's wiki at
                   and allow NULL tests on such variables
 

                  Because a row is not scalar, do not allow assignment

                   from NULL-valued scalars.
+                  http://archives.postgresql.org/pgsql-hackers/2006-10/msg00070.php
 

     
     
  • Other