We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3113d38 commit 9be9c1fCopy full SHA for 9be9c1f
doc/TODO
@@ -2,7 +2,7 @@
2
TODO list for PostgreSQL
3
========================
4
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
5
-Last updated: Wed Mar 23 00:42:36 EST 2005
+Last updated: Wed Mar 23 00:49:21 EST 2005
6
7
The most recent version of this document can be viewed at the PostgreSQL web
8
site, http://www.PostgreSQL.org.
@@ -188,6 +188,8 @@ Data Types
188
Interpret INTERVAL '1 year' MONTH as CAST (INTERVAL '1 year' AS INTERVAL
189
MONTH), and this should return '12 months'
190
191
+* Interpret INTERVAL '1:30' MINUTE TO SECOND as '1 minute 30 seconds'
192
+
193
* ARRAYS
194
o Allow NULLs in arrays
195
o Allow MIN()/MAX() on arrays
0 commit comments