diff --git a/doc/TODO b/doc/TODO index 8bb63c4f78305361d8c075a33a42c869e2ba39d3..2e78c6772ad1aa6924681d7fad6b4171de1752bc 100644 --- a/doc/TODO +++ b/doc/TODO @@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Thu Jun 8 12:07:13 EDT 2006 +Last updated: Thu Jun 8 14:58:57 EDT 2006 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -31,6 +31,9 @@ Administration [pg_upgrade] * Check for unreferenced table files created by transactions that were in-progress when the server terminated abruptly + + http://archives.postgresql.org/pgsql-patches/2006-06/msg00096.php + * Allow administrators to safely terminate individual sessions either via an SQL function or SIGTERM diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 5115529a441c5a2131d02a71629951c9d91af03f..1209e929e18185a304f35f528794f5d0a264d3af 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:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/> -Last updated: Thu Jun 8 12:07:13 EDT 2006 +Last updated: Thu Jun 8 14:58:57 EDT 2006 </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>. @@ -35,6 +35,8 @@ first. [<a href="http://momjian.postgresql.org/cgi-bin/pgtodo?pg_upgrade">pg_upgrade</a>] </li><li>Check for unreferenced table files created by transactions that were in-progress when the server terminated abruptly +<p> <a href="http://archives.postgresql.org/pgsql-patches/2006-06/msg00096.php">http://archives.postgresql.org/pgsql-patches/2006-06/msg00096.php</a> +</p> </li><li>Allow administrators to safely terminate individual sessions either via an SQL function or SIGTERM <p> Lock table corruption following SIGTERM of an individual backend