1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00
>
> * Interpret INTERVAL '1:30' MINUTE TO SECOND as '1 minute 30 seconds'
This commit is contained in:
Bruce Momjian
2005-03-23 05:49:22 +00:00
parent 3113d38bec
commit 9be9c1fb0c

View File

@ -2,7 +2,7 @@
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) 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 The most recent version of this document can be viewed at the PostgreSQL web
site, http://www.PostgreSQL.org. site, http://www.PostgreSQL.org.
@ -188,6 +188,8 @@ Data Types
Interpret INTERVAL '1 year' MONTH as CAST (INTERVAL '1 year' AS INTERVAL Interpret INTERVAL '1 year' MONTH as CAST (INTERVAL '1 year' AS INTERVAL
MONTH), and this should return '12 months' MONTH), and this should return '12 months'
* Interpret INTERVAL '1:30' MINUTE TO SECOND as '1 minute 30 seconds'
* ARRAYS * ARRAYS
o Allow NULLs in arrays o Allow NULLs in arrays
o Allow MIN()/MAX() on arrays o Allow MIN()/MAX() on arrays