Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3ad9f45

Browse files
committed
Add description:
< information, either by name or offset from UTC > information, either zone name or offset from UTC > > 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. >
1 parent 2ba6cbc commit 3ad9f45

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

doc/TODO

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ TODO list for PostgreSQL
66
Bracketed items "[]" have more detail.
77

88
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
9-
Last updated: Fri Nov 12 18:26:29 EST 2004
9+
Last updated: Sun Nov 28 00:12:08 EST 2004
1010

1111
The most recent version of this document can be viewed at the PostgreSQL web
1212
site, http://www.PostgreSQL.org.
@@ -150,7 +150,13 @@ Data Types
150150
* Allow customization of the known set of TZ names (generalize the
151151
present australian_timezones hack)
152152
* Allow TIMESTAMP WITH TIME ZONE to store the original timezone
153-
information, either by name or offset from UTC
153+
information, either zone name or offset from UTC
154+
155+
If the TIMESTAMP value is stored with a time zone name, interval
156+
computations should adjust based on the time zone rules, e.g. adding
157+
24 hours to a timestamp would yield a different result from adding one
158+
day.
159+
154160
* Prevent INET cast to CIDR if the unmasked bits are not zero, or
155161
zero the bits
156162

0 commit comments

Comments
 (0)