Add URL for ISO dates:
authorBruce Momjian
Fri, 16 Jun 2006 21:41:24 +0000 (21:41 +0000)
committerBruce Momjian
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 ([email protected])
-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 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-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.
@@ -241,7 +241,8 @@ first.
     
  • Add ISO INTERVAL handling
  •    
     
    -

                      http://archives.postgresql.org/pgsql-hackers/2006-01/msg00250.php

    +

                      http://archives.postgresql.org/pgsql-hackers/2006-01/msg00250.php

    +                  http://archives.postgresql.org/pgsql-bugs/2006-04/msg00248.php
     

     
         
    • -Add support for day-time syntax, INTERVAL '1 2:03:04' DAY TO