11TODO list for PostgreSQL
22========================
3- Last updated:Sat Jun 9 23:47:57 EDT 2001
3+ Last updated:Tue Jun12 10:50:11 EDT 2001
44
55Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
66
@@ -99,7 +99,7 @@ INDEXES
9999* UNIQUE INDEX on base column not honored on inserts from inherited table
100100 INSERT INTO inherit_table (unique_index_col) VALUES (dup) should fail
101101 [inheritance]
102- * Prevent pg_attribute from having duplicate oids for indexes (Tom)
102+ *- Prevent pg_attribute from having duplicate oids for indexes (Tom)
103103* Add UNIQUE capability to non-btree indexes
104104* Certain indexes will not shrink, e.g. oid indexes with many inserts (Vadim)
105105* Have UPDATE/DELETE clean out indexes
@@ -120,11 +120,11 @@ INDEXES
120120
121121SYSTEM TABLES
122122
123- * Add unique indexes to pg_shadow.usename and pg_shadow.usesysid or
123+ *- Add unique indexes to pg_shadow.usename and pg_shadow.usesysid or
124124 switch to pg_shadow.oid as user id
125- * Add unique indexes on pg_database
125+ *- Add unique indexes on pg_database
126126* Check all system tables and add unique indexes as needed
127- * Remove pg_listener index
127+ *- Remove pg_listener index
128128* -Remove unused pg_variable, pg_inheritproc, pg_ipl tables (Bruce)
129129* Add pg_depend table to track object dependencies
130130