]> granicus.if.org Git - postgresql/commitdiff
Update TODO list.
authorBruce Momjian <bruce@momjian.us>
Thu, 25 Jan 2001 03:50:11 +0000 (03:50 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 25 Jan 2001 03:50:11 +0000 (03:50 +0000)
doc/TODO

index a5e7f74162b7d3f328c58f64d66964e78abb0876..0372bbbb6e07654c4d2a7e5e6068bec1c178eb1c 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:          Wed Jan 24 18:55:23 EST 2001
+Last updated:          Wed Jan 24 22:50:01 EST 2001
 
 Current maintainer:    Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -170,7 +170,7 @@ COMMANDS
 * -Allow ORDER BY...LIMIT in INSERT INTO ... SELECT (Tom)
 * -Allow ESCAPE '\' at the end of LIKE for ANSI compliance (Thomas)
 * -Rewrite the LIKE handling by rewriting the user string with the 
-  supplied ESCAPE [like]
+  supplied ESCAPE
 * Allow RULE recompilation
 * -Support UNION/INTERSECT/EXCEPT in sub-selects
 * -Allow DELETE and UPDATE to use inheritance