mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +03:00
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'
This commit is contained in:
parent
a15699b9e0
commit
d5dd9dbbfe
6
doc/TODO
6
doc/TODO
@ -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 16:09:58 EST 2005
|
Last updated: Wed Mar 23 16:49:42 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.
|
||||||
@ -189,7 +189,9 @@ Data Types
|
|||||||
precision or generate an error
|
precision or generate an error
|
||||||
o Interpret INTERVAL '1 year' MONTH as CAST (INTERVAL '1 year' AS
|
o Interpret INTERVAL '1 year' MONTH as CAST (INTERVAL '1 year' AS
|
||||||
INTERVAL MONTH), and this should return '12 months'
|
INTERVAL MONTH), and this should return '12 months'
|
||||||
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'
|
||||||
o Support precision, CREATE TABLE foo (a INTERVAL MONTH(3))
|
o Support precision, CREATE TABLE foo (a INTERVAL MONTH(3))
|
||||||
|
|
||||||
* ARRAYS
|
* ARRAYS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user