diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-05-10 22:36:52 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-05-10 22:36:52 +0000 |
commit | 8a4a8027eb6588ef9742e658fe67752bfb0eb91c (patch) | |
tree | 1b5934dfbcdc1ad29dea6f5a5afc5c2184cdbeba | |
parent | 642107d5baa06c21bc9d9a937e4710008e4826a9 (diff) | |
download | postgresql-8a4a8027eb6588ef9742e658fe67752bfb0eb91c.tar.gz postgresql-8a4a8027eb6588ef9742e658fe67752bfb0eb91c.zip |
Update TODO list.
-rw-r--r-- | doc/TODO | 18 |
1 files changed, 10 insertions, 8 deletions
@@ -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 |