diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-10-27 02:33:31 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-10-27 02:33:31 +0000 |
commit | 807da29cf3eb3cabf268a96e8bef03f8e0bd10fe (patch) | |
tree | cc996f443a7506ab7e2e2416abdc36ba78b62313 /src/backend/parser/parse_clause.c | |
parent | 4a309defb4dd40b1c7e415281d3c5326963b6a38 (diff) | |
download | postgresql-807da29cf3eb3cabf268a96e8bef03f8e0bd10fe.tar.gz postgresql-807da29cf3eb3cabf268a96e8bef03f8e0bd10fe.zip |
Add items from Tom:
< o Add a GUC variable to allow output of interval values in ISO8601
< format
212a211,223
> o Add a GUC variable to allow output of interval values in ISO8601
> format
> o Improve timestamptz subtraction to be DST-aware
>
> Currently, subtracting one date from another that crosses a
> daylight savings time adjustment can return '1 day 1 hour', but
> adding that back to the first date returns a time one hour in
> the future. This is caused by the adjustment of '25 hours' to
> '1 day 1 hour', and '1 day' is the same time the next day, even
> if daylight savings adjustments are involved.
>
> o Fix interval display to support values exceeding 2^31 hours
> o Add overflow checking to timestamp and interval arithmetic
Diffstat (limited to 'src/backend/parser/parse_clause.c')
0 files changed, 0 insertions, 0 deletions