From 80ab3e0d34dd8918a30a222e909b96b03bd3adeb Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Wed, 21 Feb 2007 01:08:58 +0000
Subject: [PATCH] Add URL for:

      o Allow row and record variables to be set to NULL constants,
        and allow NULL tests on such variables
---
 doc/TODO              | 3 ++-
 doc/src/FAQ/TODO.html | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/doc/TODO b/doc/TODO
index 1b93c0c6c28..465106c81b7 100644
--- 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
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index b4f476e3643..e7b3f606517 100644
--- a/doc/src/FAQ/TODO.html
+++ b/doc/src/FAQ/TODO.html
@@ -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
-- 
GitLab