summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index cd52a833934..0f9096f6ec5 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Mon May 21 14:40:08 EDT 2001
+Last updated: Mon May 21 21:35:07 EDT 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -130,6 +130,7 @@ SYSTEM TABLES
* Check all system tables and add unique indexes as needed
* Remove pg_listener index
* -Remove unused pg_variable, pg_inheritproc, pg_ipl tables
+* Add pg_depend table to track object dependencies
COMMANDS