Done;
authorBruce Momjian
Mon, 24 Apr 2006 22:59:46 +0000 (22:59 +0000)
committerBruce Momjian
Mon, 24 Apr 2006 22:59:46 +0000 (22:59 +0000)
   o -Add support for day-time syntax, INTERVAL '1 2:03:04'DAY TO
      SECOND

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

index 1a9764a013cad72864c5b64e9d4eeca60d6d34e3..9394e22abcb00e0d08a4659a76535bfb9f1d2223 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Sat Apr 22 23:59:59 EDT 2006
+Last updated:      Mon Apr 24 18:59:31 EDT 2006
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
index 3f6edd752b9ed22ce0ec08e70b069c4f0dd79775..b704e82d485dad3b77066bf71aef359643deec50 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Sat Apr 22 23:59:59 EDT 2006
+Last updated:           Mon Apr 24 18:59:31 EDT 2006
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -207,7 +207,6 @@ first.
           computations should adjust based on the time zone rules.
 

     
  • Fix SELECT '0.01 years'::interval, '0.01 months'::interval
  • -    
  • Fix SELECT INTERVAL '1' MONTH
  •      
  • Add a GUC variable to allow output of interval values in ISO8601 
  •            format
         
  • Improve timestamptz subtraction to be DST-aware
  • @@ -222,8 +221,9 @@ first.
         
  • Add overflow checking to timestamp and interval arithmetic    
  •      
  • Add ISO INTERVAL handling
  •      
      -      
    • Add support for day-time syntax, INTERVAL '1 2:03:04' DAY TO 
    • +      
    • -Add support for day-time syntax, INTERVAL '1 2:03:04' DAY TO 
    •                    SECOND
      +      
    • Fix SELECT INTERVAL '1' MONTH
    •        
    • Add support for year-month syntax, INTERVAL '50-6' YEAR TO MONTH
    •        
    • For syntax that isn't uniquely ISO or PG syntax, like '1:30' or
    •                    '1', treat as ISO if there is a range specification clause,