aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-06-24 21:28:30 +0000
committerBruce Momjian <bruce@momjian.us>2005-06-24 21:28:30 +0000
commitf3dbacab0c033ab43b8a6378cdb1ee368018bcd2 (patch)
treec8441b5c9f4fdf00ff8bdb432dc29f63f20da0f4 /doc/src
parentb90f8f20f035c3313f8a284346b5a1d155cfd2f0 (diff)
downloadpostgresql-f3dbacab0c033ab43b8a6378cdb1ee368018bcd2.tar.gz
postgresql-f3dbacab0c033ab43b8a6378cdb1ee368018bcd2.zip
Add desciption for terminate:
> > Currently SIGTERM of a backend can lead to lock table corruption. >
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/FAQ/TODO.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index 1f857e540ab..e17f3bbb936 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: 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.