PostgreSQL TODO List
====================
-Last updated: Mon Apr 2 17:27:56 EDT 2007
+Last updated: Mon Apr 2 18:46:07 EDT 2007
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
o Fix SELECT '0.01 years'::interval, '0.01 months'::interval
o Add a GUC variable to allow output of interval values in ISO8601
format
+ o Have timestamp subtraction not call justify_hours()?
+
+ http://archives.postgresql.org/pgsql-sql/2006-10/msg00059.php
+
o Improve timestamptz subtraction to be DST-aware
Currently subtracting one date from another that crosses a
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
+ o Add overflow checking to timestamp and interval arithmetic
o Extend timezone code to allow 64-bit values so we can
represent years beyond 2038
-Last updated: Mon Apr 2 17:27:56 EDT 2007
+Last updated: Mon Apr 2 18:46:07 EDT 2007
The most recent version of this document can be viewed at
Fix SELECT '0.01 years'::interval, '0.01 months'::interval
Add a GUC variable to allow output of interval values in ISO8601
format
+
Have timestamp subtraction not call justify_hours()?
+
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
if daylight savings adjustments are involved.
Fix interval display to support values exceeding 2^31 hours
-
Add overflow checking to timestamp and interval arithmetic
+
Add overflow checking to timestamp and interval arithmetic
Extend timezone code to allow 64-bit values so we can
represent years beyond 2038