patch for pgsql/doc/src/sgml/ref/postgres-ref.sgml

Started by Joseph Shraibmanalmost 24 years ago2 messagespatches
Jump to latest
#1Joseph Shraibman
jks@selectacast.net
[jks@d1 ~/work/postgres/pgsql/doc/src/sgml/ref] diff -C 3 postgres-ref.sgml.orig 
postgres-ref.sgml
*** postgres-ref.sgml.orig      Wed Oct 23 17:14:30 2002
--- postgres-ref.sgml   Wed Oct 23 18:01:07 2002
***************
*** 372,377 ****
--- 372,390 ----
    </refsect1>
    <refsect1>
+   <title>Notes</title>
+
+   <para>
+   To stop a running query use the <literal>SIGINT</literal> signal. To tell postgres to 
reread the config
+   file, use a <literal>SIGHUP</literal> signal. The 
<application>postmaster</application> uses
+   <literal>SIGTERM</literal> to tell a postgres process
+   to quit normally and <literal>SIGQUIT</literal> to terminate without the normal 
cleanup. These
+   <emphasis>should not</emphasis> be used by users.
+   </para>
+
+  </refsect1>
+
+  <refsect1>
     <title>Usage</title>

<para>

#2Bruce Momjian
bruce@momjian.us
In reply to: Joseph Shraibman (#1)
Re: patch for pgsql/doc/src/sgml/ref/postgres-ref.sgml

Patch applied with cleanup. Thanks.

---------------------------------------------------------------------------

Joseph Shraibman wrote:

[jks@d1 ~/work/postgres/pgsql/doc/src/sgml/ref] diff -C 3 postgres-ref.sgml.orig 
postgres-ref.sgml
*** postgres-ref.sgml.orig      Wed Oct 23 17:14:30 2002
--- postgres-ref.sgml   Wed Oct 23 18:01:07 2002
***************
*** 372,377 ****
--- 372,390 ----
</refsect1>
<refsect1>
+   <title>Notes</title>
+
+   <para>
+   To stop a running query use the <literal>SIGINT</literal> signal. To tell postgres to 
reread the config
+   file, use a <literal>SIGHUP</literal> signal. The 
<application>postmaster</application> uses
+   <literal>SIGTERM</literal> to tell a postgres process
+   to quit normally and <literal>SIGQUIT</literal> to terminate without the normal 
cleanup. These
+   <emphasis>should not</emphasis> be used by users.
+   </para>
+
+  </refsect1>
+
+  <refsect1>
<title>Usage</title>

<para>

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073