diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-11-28 05:12:19 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-11-28 05:12:19 +0000 |
commit | 3ad9f45c89e9dedb959607f879c797b3408608c6 (patch) | |
tree | 95c63fa704680bf277ad04d1c21f2e59c41a5d7e | |
parent | 2ba6cbc3584d47b12928590c804dbb860517c136 (diff) | |
download | postgresql-3ad9f45c89e9dedb959607f879c797b3408608c6.tar.gz postgresql-3ad9f45c89e9dedb959607f879c797b3408608c6.zip |
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.
>
-rw-r--r-- | doc/TODO | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -6,7 +6,7 @@ TODO list for PostgreSQL Bracketed items "[]" have more detail. Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Fri Nov 12 18:26:29 EST 2004 +Last updated: Sun Nov 28 00:12:08 EST 2004 The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org. @@ -150,7 +150,13 @@ Data Types * Allow customization of the known set of TZ names (generalize the present australian_timezones hack) * Allow TIMESTAMP WITH TIME ZONE to store the original timezone - 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. + * Prevent INET cast to CIDR if the unmasked bits are not zero, or zero the bits |