diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-10-12 15:43:51 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-10-12 15:43:51 +0000 |
commit | c0ead4883c97c75111a38d3420af60403b891d10 (patch) | |
tree | ebea5abb6efa2219f39187a36327374992d63224 | |
parent | ceb6d01d76f3a630688d680cac8eb43a0acb00b1 (diff) | |
download | postgresql-c0ead4883c97c75111a38d3420af60403b891d10.tar.gz postgresql-c0ead4883c97c75111a38d3420af60403b891d10.zip |
Update TODO list.
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Thu Oct 12 00:24:09 EDT 2000 +Last updated: Thu Oct 12 11:43:40 EDT 2000 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -139,7 +139,6 @@ COMMANDS * -Allow DELETE and UPDATE to use inheritance * Allow INSERT INTO my_table VALUES (a, b, c, DEFAULT, x, y, z, ...) * Allow BINARY option to SELECT, like we do with DECLARE -* Prevent truncate on table with a referential integrity trigger (RESTRICT) * MOVE 0 should not move to end of cursor * Overhaul ACL (access control) code |