diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-06-08 16:03:12 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-06-08 16:03:12 +0000 |
commit | 32d6ce1598e6e3f1538ec08e66882bc45126aba8 (patch) | |
tree | 1dc365897c2789f4ce3a684f8f3e428818688eae | |
parent | d812de671a424e41c2e21f94a8e4b8bc17b838e8 (diff) | |
download | postgresql-32d6ce1598e6e3f1538ec08e66882bc45126aba8.tar.gz postgresql-32d6ce1598e6e3f1538ec08e66882bc45126aba8.zip |
Update TODO list.
-rw-r--r-- | doc/TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -129,7 +129,7 @@ COMMANDS * Allow DELETE and UPDATE to use inheritance using tablename* * 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 acting as foreign key +* Prevent truncate on table with a referential integrity trigger CLIENTS |