aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-06-08 16:03:12 +0000
committerBruce Momjian <bruce@momjian.us>2000-06-08 16:03:12 +0000
commit32d6ce1598e6e3f1538ec08e66882bc45126aba8 (patch)
tree1dc365897c2789f4ce3a684f8f3e428818688eae
parentd812de671a424e41c2e21f94a8e4b8bc17b838e8 (diff)
downloadpostgresql-32d6ce1598e6e3f1538ec08e66882bc45126aba8.tar.gz
postgresql-32d6ce1598e6e3f1538ec08e66882bc45126aba8.zip
Update TODO list.
-rw-r--r--doc/TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 6940d458175..bb6f0aa3ec0 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -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