From e56ccad7b06e2b3a0655d7879a108333704c1197 Mon Sep 17 00:00:00 2001 From: Bruce Momjian <bruce@momjian.us> Date: Wed, 20 Sep 2006 23:01:55 +0000 Subject: [PATCH] Add URL for domain casting: > http://archives.postgresql.org/pgsql-hackers/2006-09/msg01681.php --- 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 80dd1b2449b..b8bede9dacf 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 14d9226044a..5f7754cc015 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> -- GitLab