diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-10-09 19:41:27 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-10-09 19:41:27 +0000 |
commit | aa4a84bdcb3e3166345d77d05a631d0e461b249a (patch) | |
tree | b4ff7c7b5ffb01d1a2e2d99070439cb255b35af8 | |
parent | a4e3943b3fe6b4fdbca58d5fb41bbafd22a92c15 (diff) | |
download | postgresql-aa4a84bdcb3e3166345d77d05a631d0e461b249a.tar.gz postgresql-aa4a84bdcb3e3166345d77d05a631d0e461b249a.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: Mon Oct 9 03:38:27 EDT 2000 +Last updated: Mon Oct 9 15:41:14 EDT 2000 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -137,7 +137,7 @@ 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 +* Prevent truncate on table with a referential integrity trigger (RESTRICT) * MOVE 0 should not move to end of cursor * Overhaul ACL (access control) code |