Update TODO list.

This commit is contained in:
Bruce Momjian 2000-06-08 16:03:12 +00:00
parent d812de671a
commit 32d6ce1598
1 changed files with 1 additions and 1 deletions

View File

@ -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