Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
e0a513e8
Commit
e0a513e8
authored
Nov 08, 2001
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use <important> rather than <caution> when the condition isn't hazardous,
because the result looks to "scary" otherwise.
parent
5766f98a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
doc/src/sgml/monitoring.sgml
doc/src/sgml/monitoring.sgml
+3
-3
doc/src/sgml/runtime.sgml
doc/src/sgml/runtime.sgml
+3
-3
No files found.
doc/src/sgml/monitoring.sgml
View file @
e0a513e8
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/monitoring.sgml,v 1.
2 2001/10/19 00:46:51 tgl
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/monitoring.sgml,v 1.
3 2001/11/08 23:39:22 petere
Exp $
-->
-->
<chapter id="monitoring">
<chapter id="monitoring">
...
@@ -117,7 +117,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
...
@@ -117,7 +117,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
allowed to change these variables with <command>SET</>.)
allowed to change these variables with <command>SET</>.)
</para>
</para>
<
caution
>
<
important
>
<para>
<para>
Since the variables <varname>STATS_COMMAND_STRING</varname>,
Since the variables <varname>STATS_COMMAND_STRING</varname>,
<varname>STATS_BLOCK_LEVEL</varname>,
<varname>STATS_BLOCK_LEVEL</varname>,
...
@@ -127,7 +127,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
...
@@ -127,7 +127,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
before you will get useful results from the statistical display
before you will get useful results from the statistical display
functions.
functions.
</para>
</para>
</
caution
>
</
important
>
</sect2>
</sect2>
...
...
doc/src/sgml/runtime.sgml
View file @
e0a513e8
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.9
2 2001/11/02 18:39:57 tgl
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.9
3 2001/11/08 23:39:22 petere
Exp $
-->
-->
<Chapter Id="runtime">
<Chapter Id="runtime">
...
@@ -2328,13 +2328,13 @@ default:\
...
@@ -2328,13 +2328,13 @@ default:\
</varlistentry>
</varlistentry>
</variablelist>
</variablelist>
<
caution
>
<
important
>
<para>
<para>
It is best not to use <systemitem>SIGKILL</systemitem> to shut down the postmaster. This
It is best not to use <systemitem>SIGKILL</systemitem> to shut down the postmaster. This
will prevent the postmaster from releasing shared memory and
will prevent the postmaster from releasing shared memory and
semaphores, which you may then have to do by hand.
semaphores, which you may then have to do by hand.
</para>
</para>
</
caution
>
</
important
>
The <acronym>PID</> of the postmaster process can be found using the
The <acronym>PID</> of the postmaster process can be found using the
<application>ps</application> program, or from the file
<application>ps</application> program, or from the file
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment