summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2008-03-11 15:52:02 +0000
committerBruce Momjian <bruce@momjian.us>2008-03-11 15:52:02 +0000
commitb633f2b98ae62ffb34fa9489f415392ecc26cb92 (patch)
tree2065d0603832d08369fc996a405f18c9af65abea /doc/src
parent2d049a07c9db68a65a16fb7d6f5b8d83c0d4a536 (diff)
Add:
> * Allow statistics last vacuum/analyze execution times to be displayed > without requiring stats_row_level to be enabled
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/FAQ/TODO.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index 9bd4872ac95..5e37489c8cb 100644
--- a/doc/src/FAQ/TODO.html
+++ b/doc/src/FAQ/TODO.html
@@ -8,7 +8,7 @@
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
-Last updated: Tue Mar 11 11:48:41 EDT 2008
+Last updated: Tue Mar 11 11:51:58 EDT 2008
</p>
<p>The most recent version of this document can be viewed at<br/>
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -50,6 +50,8 @@ first. There is also a developer's wiki at<br/>
</li><li>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?
+ </li><li>Allow statistics last vacuum/analyze execution times to be displayed
+ without requiring stats_row_level to be enabled
</li><li>Allow log_min_messages to be specified on a per-module basis
<p> This would allow administrators to see more detailed information from
specific sections of the backend, e.g. checkpoints, autovacuum, etc.