diff --git a/doc/TODO b/doc/TODO
index fe61330b6df9cf0e9af717b02402589f2b5c9fb1..94ca2f49af7ecdf0673650ed0e15d3d153bb3ca3 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:	Bruce Momjian (bruce@momjian.us)
-Last updated:		Thu Jul 27 18:01:22 EDT 2006
+Last updated:		Thu Jul 27 18:05:37 EDT 2006
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -545,6 +545,7 @@ SQL Commands
 	  columns
 
           A subselect can also be used as the value source.
+	  http://archives.postgresql.org/pgsql-hackers/2006-07/msg01306.php
 
 
 * ALTER
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index 03084b05e9dcf31caeca1513637d7d0d2b4e5cf5..20b969c5b446b97fb0487932e5e0f06a43c0b078 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:           Thu Jul 27 18:01:22 EDT 2006
+Last updated:           Thu Jul 27 18:05:37 EDT 2006
 </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>.
@@ -497,6 +497,7 @@ first.
     </li><li>Allow UPDATE tab SET ROW (col, ...) = (...) for updating multiple
           columns
 <p>          A subselect can also be used as the value source.
+          <a href="http://archives.postgresql.org/pgsql-hackers/2006-07/msg01306.php">http://archives.postgresql.org/pgsql-hackers/2006-07/msg01306.php</a>
 </p>
   </li></ul>
   </li><li>ALTER