]> granicus.if.org Git - postgresql/commitdiff
Update TODO list.
authorBruce Momjian <bruce@momjian.us>
Thu, 10 May 2001 22:36:52 +0000 (22:36 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 10 May 2001 22:36:52 +0000 (22:36 +0000)
doc/TODO

index 52a8b57ab34a24dc2ef8f212c6bc257ed312a5ef..c45503b99b0ea553aee3814a2cdb1a9caa5fed29 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:          Thu May 10 16:28:36 EDT 2001
+Last updated:          Thu May 10 18:36:37 EDT 2001
 
 Current maintainer:    Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -122,13 +122,15 @@ INDEXES
 * Gather more accurate dispersion statistics using indexes
 * Add deleted bit to index tuples to reduce heap access
 * Prevent index uniqueness checks when UPDATE does not modifying column
-* System Tables
-       * Add unique indexes to pg_shadow.usename and pg_shadow.usesysid or
-         switch to pg_shadow.oid as user id
-       * Add unique indexes on pg_database
-       * Check all system tables and add unique indexes as needed
-       * Remove pg_listener index
-       * Remove unused pg_variable, pg_inheritproc, pg_ipl tables
+
+SYSTEM TABLES
+
+* Add unique indexes to pg_shadow.usename and pg_shadow.usesysid or
+  switch to pg_shadow.oid as user id
+* Add unique indexes on pg_database
+* Check all system tables and add unique indexes as needed
+* Remove pg_listener index
+* Remove unused pg_variable, pg_inheritproc, pg_ipl tables
 
 COMMANDS