diff --git a/doc/TODO b/doc/TODO
index 80dd1b2449b5d9e7e38a5dd244d23664a4cb2ac2..b8bede9dacffa4da52e14dba09faf343c158a1a7 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:	Bruce Momjian (bruce@momjian.us)
-Last updated:		Tue Sep 19 15:20:08 EDT 2006
+Last updated:		Wed Sep 20 19:01:42 EDT 2006
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -203,6 +203,7 @@ Data Types
 * Fix CREATE CAST on DOMAINs
 
   http://archives.postgresql.org/pgsql-hackers/2006-05/msg00072.php
+  http://archives.postgresql.org/pgsql-hackers/2006-09/msg01681.php
 
 * Add Globally/Universally Unique Identifier (GUID/UUID)
 
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index 14d9226044a5b692abcfb9b738b172a7f8e09943..5f7754cc01559cacc9e19719422c4cbb7a8e3bbe 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 Sep 19 15:20:08 EDT 2006
+Last updated:           Wed Sep 20 19:01:42 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>.
@@ -184,6 +184,7 @@ first.
 </p>
   </li><li>Fix CREATE CAST on DOMAINs
 <p>  <a href="http://archives.postgresql.org/pgsql-hackers/2006-05/msg00072.php">http://archives.postgresql.org/pgsql-hackers/2006-05/msg00072.php</a>
+  <a href="http://archives.postgresql.org/pgsql-hackers/2006-09/msg01681.php">http://archives.postgresql.org/pgsql-hackers/2006-09/msg01681.php</a>
 </p>
   </li><li>Add Globally/Universally Unique Identifier (GUID/UUID)
 <p>  <a href="http://archives.postgresql.org/pgsql-patches/2006-09/msg00209.php">http://archives.postgresql.org/pgsql-patches/2006-09/msg00209.php</a>