diff options
author | Bruce Momjian <bruce@momjian.us> | 2008-03-24 16:11:27 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2008-03-24 16:11:27 +0000 |
commit | 3eabcdb820d0c5a34631f77e7642b1050b7099be (patch) | |
tree | a400bf495427822a4a2029060112922ccbfcf80c /doc/src/FAQ | |
parent | 67f686c55054b3a5613a7fb231a1f673941d59e0 (diff) |
Add URL:
* Allow statistics last vacuum/analyze execution times to be displayed
without requiring stats_row_level to be enabled
>
> http://archives.postgresql.org/pgsql-docs/2007-04/msg00028.php
>
Diffstat (limited to 'doc/src/FAQ')
-rw-r--r-- | doc/src/FAQ/TODO.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 9ed3f7ab4df..3de0a44332a 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: Mon Mar 24 12:05:37 EDT 2008 +Last updated: Mon Mar 24 12:11:17 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>. @@ -55,6 +55,8 @@ first. There is also a developer's wiki at<br/> </p> </li><li>Allow statistics last vacuum/analyze execution times to be displayed without requiring stats_row_level to be enabled +<p> <a href="http://archives.postgresql.org/pgsql-docs/2007-04/msg00028.php">http://archives.postgresql.org/pgsql-docs/2007-04/msg00028.php</a> +</p> </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. |