From 8ba3548ebf68b176e79d35929514da698fb62bf8 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Mon, 16 Jul 2001 14:34:26 +0000
Subject: [PATCH] Update TODO list.

---
 doc/TODO | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/doc/TODO b/doc/TODO
index 68b1dbd4e86..7a3573667ed 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:		Mon Jul 16 01:01:38 EDT 2001
+Last updated:		Mon Jul 16 10:34:15 EDT 2001
 
 Current maintainer:	Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -216,8 +216,9 @@ REFERENTIAL INTEGRITY
 * Change foreign key constraint for array -> element to mean element
    in array
 
-DEPENDENCY CHECKING - pg_depend
+DEPENDENCY CHECKING
 
+* Add pg_depend table for dependency recording
 * Auto-destroy sequence on DROP of table with SERIAL; perhaps a separate
   SERIAL type
 * Prevent column dropping if column is used by foreign key
-- 
GitLab