|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Thu May 1016:28:36 EDT 2001 |
| 3 | +Last updated:Thu May 1018: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 |
|
|