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