OSDN Git Service

Add URL for domain casting:
authorBruce Momjian <bruce@momjian.us>
Wed, 20 Sep 2006 23:01:55 +0000 (23:01 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 20 Sep 2006 23:01:55 +0000 (23:01 +0000)
>   http://archives.postgresql.org/pgsql-hackers/2006-09/msg01681.php

doc/TODO
doc/src/FAQ/TODO.html

index 80dd1b2..b8bede9 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 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)
 
index 14d9226..5f7754c 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 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>