]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Update item on ambiguous INTERVAL syntax:
authorBruce Momjian <bruce@momjian.us>
Wed, 23 Mar 2005 21:49:52 +0000 (21:49 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 23 Mar 2005 21:49:52 +0000 (21:49 +0000)
commitd5dd9dbbfe68962c67a40fa9bc08678d83777a2c
tree261df5e1d5e6dc50b0206239bb2ba8cab73e90d8
parenta15699b9e09f29d1793484b6163d22bcdc6d93f5
Update item on ambiguous INTERVAL syntax:

<  o Add support for day-time syntax, INTERVAL '1 2:03:04'
>  o Add support for day-time syntax, INTERVAL '1 2:03:04'
192c192,194
<  o Interpret INTERVAL '1:30' MINUTE TO SECOND as '1 minute 30 seconds'
>  o Interpret syntax that isn't uniquely ANSI or PG, like '1:30' or
>    '1' as ANSI syntax, e.g. interpret '1:30' MINUTE TO SECOND as
>    '1 minute 30 seconds'
doc/TODO