From b4182b1327415f2ef2cae6e3795d9f04f578df43 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Sat, 10 Jun 2000 22:12:18 +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 6bd8ba7937..9dcf83e2f7 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -153,7 +153,7 @@ REFERENTIAL INTEGRITY
 * Propagate column or table renaming to foreign key constraints
 * Emit a warning at foreign key creation time if no UNIQUE index
   exists on referenced primary key attributes
-* Add deferred trigger queue file? (Jan)
+* Add deferred trigger queue file (Jan)
 
 EXOTIC FEATURES