Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 55abc36

Browse files
committed
Update TODO list.
1 parent 1d584f9 commit 55abc36

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/TODO

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Sat Jun 9 23:47:57 EDT 2001
3+
Last updated: Tue Jun 12 10:50:11 EDT 2001
44

55
Current 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

121121
SYSTEM 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

0 commit comments

Comments
 (0)