diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-03-23 16:38:55 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-03-23 16:38:55 +0000 |
commit | 70d782e64c35dd1575a05bc322fc771565165b73 (patch) | |
tree | b436b159f05a879207166b8558ec1b6319346efc | |
parent | f30c76ce8de6a3d9e79367112a9287b576c9e9cd (diff) | |
download | postgresql-70d782e64c35dd1575a05bc322fc771565165b73.tar.gz postgresql-70d782e64c35dd1575a05bc322fc771565165b73.zip |
Update:
< * Add support for ANSI date INTERVAL syntax, INTERVAL '1-2' YEAR TO MONTH
> * Add support for ANSI date INTERVAL syntax, INTERVAL '9-3' YEAR TO MONTH
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ TODO list for PostgreSQL ======================== Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Wed Mar 23 01:11:57 EST 2005 +Last updated: Wed Mar 23 11:38:49 EST 2005 The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org. @@ -182,7 +182,7 @@ Data Types * Prevent INET cast to CIDR from droping netmask, SELECT '1.1.1.1'::inet::cidr * Add 'tid != tid ' operator for use in corruption recovery * Add support for ANSI time INTERVAL syntax, INTERVAL '1 2:03:04' DAY TO SECOND -* Add support for ANSI date INTERVAL syntax, INTERVAL '1-2' YEAR TO MONTH +* Add support for ANSI date INTERVAL syntax, INTERVAL '9-3' YEAR TO MONTH * Process mixed ANSI/PG INTERVAL syntax, and round value to requested precision Interpret INTERVAL '1 year' MONTH as CAST (INTERVAL '1 year' AS INTERVAL |