PostgreSQL TODO List
====================
-Last updated: Sat Apr 22 23:59:59 EDT 2006
+Last updated: Mon Apr 24 18:59:31 EDT 2006
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
-Last updated: Sat Apr 22 23:59:59 EDT 2006
+Last updated: Mon Apr 24 18:59:31 EDT 2006
The most recent version of this document can be viewed at
computations should adjust based on the time zone rules.
Fix SELECT '0.01 years'::interval, '0.01 months'::interval
-
Fix SELECT INTERVAL '1' MONTH
Add a GUC variable to allow output of interval values in ISO8601
format
Improve timestamptz subtraction to be DST-aware
Add overflow checking to timestamp and interval arithmetic
Add ISO INTERVAL handling
-
Add support for day-time syntax, INTERVAL '1 2:03:04' DAY TO
+
-Add support for day-time syntax, INTERVAL '1 2:03:04' DAY TO
SECOND
+
Fix SELECT INTERVAL '1' MONTH
Add support for year-month syntax, INTERVAL '50-6' YEAR TO MONTH
For syntax that isn't uniquely ISO or PG syntax, like '1:30' or
'1', treat as ISO if there is a range specification clause,