Add:
authorBruce Momjian
Tue, 11 Mar 2008 15:52:02 +0000 (15:52 +0000)
committerBruce Momjian
Tue, 11 Mar 2008 15:52:02 +0000 (15:52 +0000)
> * Allow statistics last vacuum/analyze execution times to be displayed
>   without requiring stats_row_level to be enabled

doc/TODO
doc/src/FAQ/TODO.html

index d945f86d5ff4889149c214f4390396d0c48f4c1f..416623b9801b95f62782a096461fd65e51bb86b0 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,7 +1,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Tue Mar 11 11:48:41 EDT 2008
+Last updated:      Tue Mar 11 11:51:58 EDT 2008
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -47,6 +47,8 @@ Administration
 * Allow statistics collector information to be pulled from the collector
   process directly, rather than requiring the collector to write a
   filesystem file twice a second?
+* Allow statistics last vacuum/analyze execution times to be displayed
+  without requiring stats_row_level to be enabled
 * Allow log_min_messages to be specified on a per-module basis
 
   This would allow administrators to see more detailed information from
index 9bd4872ac95d74f4b770cf8029f776bdca967740..5e37489c8cbe8312c0217cce99f2394079d2f76f 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Tue Mar 11 11:48:41 EDT 2008
+Last updated:           Tue Mar 11 11:51:58 EDT 2008
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -50,6 +50,8 @@ first.  There is also a developer's wiki at
   
  • Allow statistics collector information to be pulled from the collector
  •    process directly, rather than requiring the collector to write a
       filesystem file twice a second?
    +  
  • Allow statistics last vacuum/analyze execution times to be displayed
  • +  without requiring stats_row_level to be enabled
       
  • Allow log_min_messages to be specified on a per-module basis
  •  

      This would allow administrators to see more detailed information from

       specific sections of the backend, e.g. checkpoints, autovacuum, etc.