>
> * Interpret INTERVAL '1:30' MINUTE TO SECOND as '1 minute 30 seconds'
TODO list for PostgreSQL
========================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated: Wed Mar 23 00:42:36 EST 2005
+Last updated: Wed Mar 23 00:49:21 EST 2005
The most recent version of this document can be viewed at the PostgreSQL web
site, http://www.PostgreSQL.org.
Interpret INTERVAL '1 year' MONTH as CAST (INTERVAL '1 year' AS INTERVAL
MONTH), and this should return '12 months'
+* Interpret INTERVAL '1:30' MINUTE TO SECOND as '1 minute 30 seconds'
+
* ARRAYS
o Allow NULLs in arrays
o Allow MIN()/MAX() on arrays