File tree 1 file changed +10
-8
lines changed 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 1
1
TODO list for PostgreSQL
2
2
========================
3
- Last updated: Thu May 10 16:28:36 EDT 2001
3
+ Last updated: Thu May 10 18:36:37 EDT 2001
4
4
5
5
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
6
6
@@ -122,13 +122,15 @@ INDEXES
122
122
* Gather more accurate dispersion statistics using indexes
123
123
* Add deleted bit to index tuples to reduce heap access
124
124
* 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
132
134
133
135
COMMANDS
134
136
You can’t perform that action at this time.
0 commit comments