summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2001-02-20 17:35:09 +0000
committerBruce Momjian2001-02-20 17:35:09 +0000
commit2bf32fef2b9da21b4aea8eab047ad7d9a2b88421 (patch)
tree153b17f8deada7131bdfea6b24c42ed2121c987c
parent40bddcc7b660b6e1df8f53790c0fe2aafd04d862 (diff)
Update TODO list.
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index bcaf9346ef1..100cf491b88 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -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