File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
TODO list for PostgreSQL
2
2
========================
3
- Last updated: Sat Jun 9 23:47:57 EDT 2001
3
+ Last updated: Tue Jun 12 10:50:11 EDT 2001
4
4
5
5
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
6
6
@@ -99,7 +99,7 @@ INDEXES
99
99
* UNIQUE INDEX on base column not honored on inserts from inherited table
100
100
INSERT INTO inherit_table (unique_index_col) VALUES (dup) should fail
101
101
[inheritance]
102
- * Prevent pg_attribute from having duplicate oids for indexes (Tom)
102
+ * - Prevent pg_attribute from having duplicate oids for indexes (Tom)
103
103
* Add UNIQUE capability to non-btree indexes
104
104
* Certain indexes will not shrink, e.g. oid indexes with many inserts (Vadim)
105
105
* Have UPDATE/DELETE clean out indexes
@@ -120,11 +120,11 @@ INDEXES
120
120
121
121
SYSTEM TABLES
122
122
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
124
124
switch to pg_shadow.oid as user id
125
- * Add unique indexes on pg_database
125
+ * - Add unique indexes on pg_database
126
126
* Check all system tables and add unique indexes as needed
127
- * Remove pg_listener index
127
+ * - Remove pg_listener index
128
128
* -Remove unused pg_variable, pg_inheritproc, pg_ipl tables (Bruce)
129
129
* Add pg_depend table to track object dependencies
130
130
You can’t perform that action at this time.
0 commit comments