mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Properly indent SGML paragraph.
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.393 2007/12/22 05:13:03 momjian Exp $ -->
|
<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.394 2007/12/23 03:10:04 momjian Exp $ -->
|
||||||
|
|
||||||
<chapter Id="runtime">
|
<chapter Id="runtime">
|
||||||
<title>Operating System Environment</title>
|
<title>Operating System Environment</title>
|
||||||
@ -1359,18 +1359,18 @@ $ <userinput>kill -INT `head -1 /usr/local/pgsql/data/postmaster.pid`</userinput
|
|||||||
</screen>
|
</screen>
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<important>
|
<important>
|
||||||
<para>
|
<para>
|
||||||
It is best not to use <systemitem>SIGKILL</systemitem> to shut down
|
It is best not to use <systemitem>SIGKILL</systemitem> to shut down
|
||||||
the server. Doing so will prevent the server from releasing
|
the server. Doing so will prevent the server from releasing
|
||||||
shared memory and semaphores, which might then have to be done
|
shared memory and semaphores, which might then have to be done
|
||||||
manually before a new server can be started. Furthermore,
|
manually before a new server can be started. Furthermore,
|
||||||
<systemitem>SIGKILL</systemitem> kills the <command>postgres</command>
|
<systemitem>SIGKILL</systemitem> kills the <command>postgres</command>
|
||||||
process without letting it relay the signal to its subprocesses,
|
process without letting it relay the signal to its subprocesses,
|
||||||
so it will be necessary to kill the individual subprocesses by hand as
|
so it will be necessary to kill the individual subprocesses by hand as
|
||||||
well.
|
well.
|
||||||
</para>
|
</para>
|
||||||
</important>
|
</important>
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
<sect1 id="encryption-options">
|
<sect1 id="encryption-options">
|
||||||
|
Reference in New Issue
Block a user