File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/monitoring.sgml,v 1.2 2001/10/19 00:46:51 tgl Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/monitoring.sgml,v 1.3 2001/11/08 23:39:22 petere Exp $
3
3
-->
4
4
5
5
<chapter id="monitoring">
@@ -117,7 +117,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
117
117
allowed to change these variables with <command>SET</>.)
118
118
</para>
119
119
120
- <caution >
120
+ <important >
121
121
<para>
122
122
Since the variables <varname>STATS_COMMAND_STRING</varname>,
123
123
<varname>STATS_BLOCK_LEVEL</varname>,
@@ -127,7 +127,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
127
127
before you will get useful results from the statistical display
128
128
functions.
129
129
</para>
130
- </caution >
130
+ </important >
131
131
132
132
</sect2>
133
133
Original file line number Diff line number Diff line change 1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.92 2001/11/02 18 :39:57 tgl Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.93 2001/11/08 23 :39:22 petere Exp $
3
3
-->
4
4
5
5
<Chapter Id="runtime">
@@ -2328,13 +2328,13 @@ default:\
2328
2328
</varlistentry>
2329
2329
</variablelist>
2330
2330
2331
- <caution >
2331
+ <important >
2332
2332
<para>
2333
2333
It is best not to use <systemitem>SIGKILL</systemitem> to shut down the postmaster. This
2334
2334
will prevent the postmaster from releasing shared memory and
2335
2335
semaphores, which you may then have to do by hand.
2336
2336
</para>
2337
- </caution >
2337
+ </important >
2338
2338
2339
2339
The <acronym>PID</> of the postmaster process can be found using the
2340
2340
<application>ps</application> program, or from the file
You can’t perform that action at this time.
0 commit comments