From 32d6ce1598e6e3f1538ec08e66882bc45126aba8 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Thu, 8 Jun 2000 16:03:12 +0000
Subject: [PATCH] Update TODO list.

---
 doc/TODO | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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