Update TODO list.

This commit is contained in:
Bruce Momjian 2001-02-20 17:35:09 +00:00
parent 40bddcc7b6
commit 2bf32fef2b

View File

@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
Last updated: Tue Feb 20 12:25:28 EST 2001
Last updated: Tue Feb 20 12:35:01 EST 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@ -311,7 +311,7 @@ MISC
lock and truncate table [vacuum]
* -Redesign ANALYZE in VACUUM so it can be run separately without locks
* Make ANALYZE a separate command
* Allow ANALYZE to process a certain random precentage of rows
* Allow ANALYZE to ESTIMATE based on certain random precentage of rows
* Add connection pooling [pool]
* Allow persistent backends [persistent]
* Create a transaction processor to aid in persistent connections and