diff options
author | Bruce Momjian | 2001-01-18 03:15:55 +0000 |
---|---|---|
committer | Bruce Momjian | 2001-01-18 03:15:55 +0000 |
commit | 5322bf46e39576540b9aa067a76a061bdc05e969 (patch) | |
tree | 5ad562776908cc2e6a41fee9d7f6e23cbfba5d3b | |
parent | 56e10b0e8256ef80eb899be65c5ee941e3d58617 (diff) |
Update TODO list.
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Wed Jan 17 22:15:15 EST 2001 +Last updated: Wed Jan 17 22:15:46 EST 2001 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -290,7 +290,7 @@ MISC * Gather more accurate dispersion statistics using indexes * Improve statistics storage in pg_class [performance] * VACUUM - * Improve speed with indexes (perhaps create new index instead) [vacuum] + * Improve speed with indexes (perhaps recreate index instead) [vacuum] * Reduce lock time by moving tuples with read lock, then write lock and truncate table [vacuum] * -Redesign ANALYZE in VACUUM so it can be run separately without locks |