]> granicus.if.org Git - postgresql/commitdiff
Add URL for:
authorBruce Momjian <bruce@momjian.us>
Wed, 21 Feb 2007 01:08:58 +0000 (01:08 +0000)
committerBruce Momjian <bruce@momjian.us>
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 (bruce@momjian.us)
-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 @@
 <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
 <h1><a name="section_1">PostgreSQL TODO List</a></h1>
 <p>Current maintainer:     Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
-Last updated:           Tue Feb 20 18:39:00 EST 2007
+Last updated:           Tue Feb 20 20:08:47 EST 2007
 </p>
 <p>The most recent version of this document can be viewed at<br/>
 <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -683,6 +683,7 @@ first.  There is also a developer's wiki at<br/>
                   and allow NULL tests on such variables
 <p>                  Because a row is not scalar, do not allow assignment
                   from NULL-valued scalars.
+                  <a href="http://archives.postgresql.org/pgsql-hackers/2006-10/msg00070.php">http://archives.postgresql.org/pgsql-hackers/2006-10/msg00070.php</a>
 </p>
     </li></ul>
     </li><li>Other