Update numbers in example:
authorBruce Momjian <[email protected]>
Wed, 23 Mar 2005 17:05:22 +0000 (17:05 +0000)
committerBruce Momjian <[email protected]>
Wed, 23 Mar 2005 17:05:22 +0000 (17:05 +0000)
< * Add support for ANSI date INTERVAL syntax, INTERVAL '9-3' YEAR TO MONTH
> * Add support for ANSI date INTERVAL syntax, INTERVAL '20-6' YEAR TO MONTH

doc/TODO

index 93a0d28c1e45c3aedaaa4d17cc6e2c53f8875a5d..0f275cc21a370351f407f42bf39bbebe20e91bdc 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 TODO list for PostgreSQL
 ========================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:          Wed Mar 23 11:38:49 EST 2005
+Last updated:          Wed Mar 23 12:05:12 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 '9-3' YEAR TO MONTH
+* Add support for ANSI date INTERVAL syntax, INTERVAL '20-6' 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