diff --git a/doc/TODO b/doc/TODO index 672e31774cd1cb1562aa8ee3b4aab97db217ff7b..d32c559e5b4cc82f3eecbc9ef84adb112fab7eb4 100644 --- a/doc/TODO +++ b/doc/TODO @@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Fri Jun 16 17:41:11 EDT 2006 +Last updated: Fri Jun 16 18:04:56 EDT 2006 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -232,6 +232,10 @@ Data Types http://archives.postgresql.org/pgsql-hackers/2006-03/msg00519.php +* Fix CREATE CAST on DOMAINs + + http://archives.postgresql.org/pgsql-hackers/2006-05/msg00072.php + * Dates and Times o Allow infinite dates and intervals just like infinite timestamps diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index f8ac989e95cf0ea06b5f780ca036462ec37b855d..cdedd929335c2477b459896b40a4b6958832aa96 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:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/> -Last updated: Fri Jun 16 17:41:11 EDT 2006 +Last updated: Fri Jun 16 18:04:56 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>. @@ -210,6 +210,9 @@ first. </p> </li><li>Add support for public SYNONYMs <p> <a href="http://archives.postgresql.org/pgsql-hackers/2006-03/msg00519.php">http://archives.postgresql.org/pgsql-hackers/2006-03/msg00519.php</a> +</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> </p> </li><li>Dates and Times <ul>