From: Bruce Momjian Date: Mon, 24 Mar 2008 16:11:27 +0000 (+0000) Subject: Add URL: X-Git-Tag: REL8_4_BETA1~1693 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3eabcdb820d0c5a34631f77e7642b1050b7099be;p=postgresql 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 > --- diff --git a/doc/TODO b/doc/TODO index 93a8220954..6aa39a9d69 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,7 +1,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Mon Mar 24 12:05:37 EDT 2008 +Last updated: Mon Mar 24 12:11:17 EDT 2008 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -53,6 +53,9 @@ Administration * 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 + * Allow log_min_messages to be specified on a per-module basis This would allow administrators to see more detailed information from diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 9ed3f7ab4d..3de0a44332 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@

PostgreSQL TODO List

Current maintainer: Bruce Momjian (bruce@momjian.us)
-Last updated: Mon Mar 24 12:05:37 EDT 2008 +Last updated: Mon Mar 24 12:11:17 EDT 2008

The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. @@ -55,6 +55,8 @@ first. There is also a developer's wiki at

  • 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 +

  • 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.