OSDN Git Service

Update TODO list.
authorBruce Momjian <bruce@momjian.us>
Thu, 8 Jun 2000 16:03:12 +0000 (16:03 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 8 Jun 2000 16:03:12 +0000 (16:03 +0000)
doc/TODO

index 6940d45..bb6f0aa 100644 (file)
--- 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