Update TODO list.
authorBruce Momjian
Sat, 17 Jul 1999 03:07:10 +0000 (03:07 +0000)
committerBruce Momjian
Sat, 17 Jul 1999 03:07:10 +0000 (03:07 +0000)
doc/TODO

index ba31e77e1d911fe68dce52120e2a6bdd44b2194a..e2ae9d7e294f0a5a2bf368b974d60d2b82836c62 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:      Thu Jul 15 09:45:53 EDT 1999
+Last updated:      Fri Jul 16 23:06:38 EDT 1999
 
 Current maintainer:    Bruce Momjian ([email protected])
 
@@ -27,7 +27,7 @@ PARSER
 * Alter TABLE ADD COLUMN does not honor DEFAULT, add CONSTRAINT
 * Do not allow bpchar column creation without length
 * Select a[1] FROM test fails, it needs test.a[1]
-* Array index references without table name cause problems
+* -Array index references without table name cause problems
 * Update table SET table.value = 3 fails
 * Creating index of TIMESTAMP & RELTIME fails, or rename to DATETIME(Thomas)
 * SELECT foo UNION SELECT foo is incorrectly simplified to SELECT foo