Skip to content

Commit 9be9c1f

Browse files
committed
Add:
> > * Interpret INTERVAL '1:30' MINUTE TO SECOND as '1 minute 30 seconds'
1 parent 3113d38 commit 9be9c1f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/TODO

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
TODO list for PostgreSQL
33
========================
44
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
66

77
The most recent version of this document can be viewed at the PostgreSQL web
88
site, http://www.PostgreSQL.org.
@@ -188,6 +188,8 @@ Data Types
188188
Interpret INTERVAL '1 year' MONTH as CAST (INTERVAL '1 year' AS INTERVAL
189189
MONTH), and this should return '12 months'
190190

191+
* Interpret INTERVAL '1:30' MINUTE TO SECOND as '1 minute 30 seconds'
192+
191193
* ARRAYS
192194
o Allow NULLs in arrays
193195
o Allow MIN()/MAX() on arrays

0 commit comments

Comments
 (0)