diff options
author | Bruce Momjian <bruce@momjian.us> | 1999-07-17 03:07:10 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1999-07-17 03:07:10 +0000 |
commit | d9901793f7f732dbdb11aef2305c8ae49e69a989 (patch) | |
tree | 3023b8ce1f52d66f8b8da100bba7c0ab913f477e | |
parent | 8ee07b506da967f5c3cf28219907cca398721adb (diff) | |
download | postgresql-d9901793f7f732dbdb11aef2305c8ae49e69a989.tar.gz postgresql-d9901793f7f732dbdb11aef2305c8ae49e69a989.zip |
Update TODO list.
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 (maillist@candle.pha.pa.us) @@ -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 |