|
2 | 2 | TODO list for PostgreSQL
|
3 | 3 | ========================
|
4 | 4 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
5 |
| -Last updated:Wed Mar 2311:38:49 EST 2005 |
| 5 | +Last updated:Wed Mar 2312:05:12 EST 2005 |
6 | 6 |
|
7 | 7 | The most recent version of this document can be viewed at the PostgreSQL web
|
8 | 8 | site, http://www.PostgreSQL.org.
|
@@ -182,7 +182,7 @@ Data Types
|
182 | 182 | * Prevent INET cast to CIDR from droping netmask, SELECT '1.1.1.1'::inet::cidr
|
183 | 183 | * Add 'tid != tid ' operator for use in corruption recovery
|
184 | 184 | * Add support for ANSI time INTERVAL syntax, INTERVAL '1 2:03:04' DAY TO SECOND
|
185 |
| -* Add support for ANSI date INTERVAL syntax, INTERVAL '9-3' YEAR TO MONTH |
| 185 | +* Add support for ANSI date INTERVAL syntax, INTERVAL '20-6' YEAR TO MONTH |
186 | 186 | * Process mixed ANSI/PG INTERVAL syntax, and round value to requested precision
|
187 | 187 |
|
188 | 188 | Interpret INTERVAL '1 year' MONTH as CAST (INTERVAL '1 year' AS INTERVAL
|
|