]> granicus.if.org Git - postgresql/commitdiff
Add desciption for terminate:
authorBruce Momjian <bruce@momjian.us>
Fri, 24 Jun 2005 21:28:30 +0000 (21:28 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 24 Jun 2005 21:28:30 +0000 (21:28 +0000)
>
>   Currently SIGTERM of a backend can lead to lock table corruption.
>

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

index 4611db9af3d1dc74c50aad7351628a70f27b7d55..73e4fce37bd43c5e60dcef809de927d00836f02e 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated:          Fri Jun 24 00:40:44 EDT 2005
+Last updated:          Fri Jun 24 17:28:23 EDT 2005
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -93,6 +93,9 @@ Administration
 
 * Allow administrators to safely terminate individual sessions either
   via an SQL function or SIGTERM 
+
+  Currently SIGTERM of a backend can lead to lock table corruption.
+
 * Un-comment all variables in postgresql.conf
 
   By not showing commented-out variables, we discourage people from
index 1f857e540abce8f6f91bd66883902cf2dacd8b05..e17f3bbb9367465859c4f9dc4871b4246c6c0bec 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:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
-Last updated:           Fri Jun 24 00:40:44 EDT 2005
+Last updated:           Fri Jun 24 17:28:23 EDT 2005
 </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>.
@@ -90,6 +90,8 @@ first.
 </p>
   </li><li>Allow administrators to safely terminate individual sessions either
   via an SQL function or SIGTERM 
+<p>  Currently SIGTERM of a backend can lead to lock table corruption.
+</p>
   </li><li>Un-comment all variables in postgresql.conf
 <p>  By not showing commented-out variables, we discourage people from
   thinking that re-commenting a variable returns it to its default.