]> granicus.if.org Git - postgresql/commitdiff
Add URL:
authorBruce Momjian <bruce@momjian.us>
Mon, 24 Mar 2008 16:11:27 +0000 (16:11 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 24 Mar 2008 16:11:27 +0000 (16:11 +0000)
* 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
>

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

index 93a8220954efd1e7d253ec628ba4112ea8043b68..6aa39a9d695ac51b7844f8c764cb4788d25bc3c4 100644 (file)
--- 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
index 9ed3f7ab4df51dc6cc4530b0cf144da03a3f0efa..3de0a44332a90271fcb43722c927017b92460e07 100644 (file)
@@ -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.