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

Commit 8a4a802

Browse files
committed
Update TODO list.
1 parent 642107d commit 8a4a802

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

doc/TODO

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Thu May 10 16:28:36 EDT 2001
3+
Last updated: Thu May 10 18:36:37 EDT 2001
44

55
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -122,13 +122,15 @@ INDEXES
122122
* Gather more accurate dispersion statistics using indexes
123123
* Add deleted bit to index tuples to reduce heap access
124124
* 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
132134

133135
COMMANDS
134136

0 commit comments

Comments
 (0)