1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00
< 	  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.
This commit is contained in:
Bruce Momjian
2005-07-10 05:06:42 +00:00
parent 37f11c3081
commit 42e7b0f02f
2 changed files with 4 additions and 9 deletions

View File

@ -2,7 +2,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
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