]> granicus.if.org Git - postgresql/commitdiff
Add URL for ISO dates:
authorBruce Momjian <bruce@momjian.us>
Fri, 16 Jun 2006 21:41:24 +0000 (21:41 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 16 Jun 2006 21:41:24 +0000 (21:41 +0000)
>    http://archives.postgresql.org/pgsql-bugs/2006-04/msg00248.php

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

index e4e47af14131b0faf792a429e938b34560794e60..672e31774cd1cb1562aa8ee3b4aab97db217ff7b 100644 (file)
--- 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 15:49:44 EDT 2006
+Last updated:          Fri Jun 16 17:41:11 EDT 2006
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -264,6 +264,7 @@ Data Types
        o Add ISO INTERVAL handling
 
                  http://archives.postgresql.org/pgsql-hackers/2006-01/msg00250.php
+                 http://archives.postgresql.org/pgsql-bugs/2006-04/msg00248.php
 
                o -Add support for day-time syntax, INTERVAL '1 2:03:04' DAY TO 
                  SECOND
index 34b860437318c9510881325efb7d09381bf783f3..f8ac989e95cf0ea06b5f780ca036462ec37b855d 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:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
-Last updated:           Fri Jun 16 15:49:44 EDT 2006
+Last updated:           Fri Jun 16 17:41:11 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>.
@@ -241,7 +241,8 @@ first.
     </li><li>Add ISO INTERVAL handling
   </li></ul>
 </li></ul>
-<p>                  <a href="http://archives.postgresql.org/pgsql-hackers/2006-01/msg00250.php">http://archives.postgresql.org/pgsql-hackers/2006-01/msg00250.php</a>
+<p>                  <a href="http://archives.postgresql.org/pgsql-hackers/2006-01/msg00250.php">http://archives.postgresql.org/pgsql-hackers/2006-01/msg00250.php</a><br/>
+                  <a href="http://archives.postgresql.org/pgsql-bugs/2006-04/msg00248.php">http://archives.postgresql.org/pgsql-bugs/2006-04/msg00248.php</a>
 </p>
 <ul>
   <li>-<em>Add support for day-time syntax, INTERVAL '1 2:03:04' DAY TO </em>