Update.
authorBruce Momjian
Sun, 10 Jul 2005 05:06:42 +0000 (05:06 +0000)
committerBruce Momjian
Sun, 10 Jul 2005 05:06:42 +0000 (05:06 +0000)
<    computations should adjust based on the time zone rules, e.g.
<    adding 24 hours to a timestamp would yield a different result from
<    adding one day.
<
>    computations should adjust based on the time zone rules.

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

index b5a5c03139644ce5fed697ff339e1119c9b5aede..ed73dce9b9f88017096fa19105a2ee26b9c565c1 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Thu Jul  7 22:44:34 EDT 2005
+Last updated:      Sun Jul 10 01:06:40 EDT 2005
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -188,10 +188,7 @@ Data Types
      information, either zone name or offset from UTC [timezone]
 
      If the TIMESTAMP value is stored with a time zone name, interval 
-     computations should adjust based on the time zone rules, e.g. 
-     adding 24 hours to a timestamp would yield a different result from 
-     adding one day.
-
+     computations should adjust based on the time zone rules.
 
    o Add ISO INTERVAL handling
        o Add support for day-time syntax, INTERVAL '1 2:03:04' DAY TO 
index cc2de96c9b7766b8b3efd04c0cbd39282a35b71f..0a67c5ee35cbb57dafb2729c4f70c50a23bf4081 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Thu Jul  7 22:44:34 EDT 2005
+Last updated:           Sun Jul 10 01:06:40 EDT 2005
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -176,9 +176,7 @@ first.
     
  • Allow TIMESTAMP WITH TIME ZONE to store the original timezone
  •            information, either zone name or offset from UTC [timezone]
     

              If the TIMESTAMP value is stored with a time zone name, interval 

    -          computations should adjust based on the time zone rules, e.g. 
    -          adding 24 hours to a timestamp would yield a different result from 
    -          adding one day.
    +          computations should adjust based on the time zone rules.
     

         
  • Add ISO INTERVAL handling
  •