Update TODO list.

This commit is contained in:
Bruce Momjian 2001-01-18 03:15:55 +00:00
parent 56e10b0e82
commit 5322bf46e3
1 changed files with 2 additions and 2 deletions

View File

@ -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