|
1 | 1 | <!--
|
2 |
| -$Header: /cvsroot/pgsql/doc/src/sgml/ref/postgres-ref.sgml,v 1.28 2002/10/11 23:03:48 petere Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/ref/postgres-ref.sgml,v 1.29 2002/10/23 23:33:08 momjian Exp $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -371,6 +371,21 @@ PostgreSQL documentation
|
371 | 371 | </para>
|
372 | 372 | </refsect1>
|
373 | 373 |
|
| 374 | + <refsect1> |
| 375 | + <title>Notes</title> |
| 376 | + |
| 377 | + <para> |
| 378 | + To stop a running query use the <literal>SIGINT</literal> signal. To |
| 379 | + tell <application>postgres</application> to reread the config file, |
| 380 | + use a <literal>SIGHUP</literal> signal. The |
| 381 | + <application>postmaster</application> uses <literal>SIGTERM</literal> |
| 382 | + to tell a postgres process to quit normally and |
| 383 | + <literal>SIGQUIT</literal> to terminate without the normal cleanup. |
| 384 | + These <emphasis>should not</emphasis> be used by users. |
| 385 | + </para> |
| 386 | + |
| 387 | + </refsect1> |
| 388 | + |
374 | 389 | <refsect1>
|
375 | 390 | <title>Usage</title>
|
376 | 391 |
|
|