File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 11TODO list for PostgreSQL
22========================
3- Last updated: Thu May 10 16:28:36 EDT 2001
3+ Last updated: Thu May 10 18:36:37 EDT 2001
44
55Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
66
@@ -122,13 +122,15 @@ INDEXES
122122* Gather more accurate dispersion statistics using indexes
123123* Add deleted bit to index tuples to reduce heap access
124124* Prevent index uniqueness checks when UPDATE does not modifying column
125- * System Tables
126- * Add unique indexes to pg_shadow.usename and pg_shadow.usesysid or
127- switch to pg_shadow.oid as user id
128- * Add unique indexes on pg_database
129- * Check all system tables and add unique indexes as needed
130- * Remove pg_listener index
131- * Remove unused pg_variable, pg_inheritproc, pg_ipl tables
125+
126+ SYSTEM TABLES
127+
128+ * Add unique indexes to pg_shadow.usename and pg_shadow.usesysid or
129+ switch to pg_shadow.oid as user id
130+ * Add unique indexes on pg_database
131+ * Check all system tables and add unique indexes as needed
132+ * Remove pg_listener index
133+ * Remove unused pg_variable, pg_inheritproc, pg_ipl tables
132134
133135COMMANDS
134136
You can’t perform that action at this time.
0 commit comments