Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
e0a513e8
Commit
e0a513e8
authored
23 years ago
by
Peter Eisentraut
Browse files
Options
Downloads
Patches
Plain Diff
Use <important> rather than <caution> when the condition isn't hazardous,
because the result looks to "scary" otherwise.
parent
5766f98a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/src/sgml/monitoring.sgml
+3
-3
3 additions, 3 deletions
doc/src/sgml/monitoring.sgml
doc/src/sgml/runtime.sgml
+3
-3
3 additions, 3 deletions
doc/src/sgml/runtime.sgml
with
6 additions
and
6 deletions
doc/src/sgml/monitoring.sgml
+
3
−
3
View file @
e0a513e8
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/monitoring.sgml,v 1.
2
2001/1
0/19 00:46:51 tgl
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/monitoring.sgml,v 1.
3
2001/1
1/08 23:39:22 petere
Exp $
-->
<chapter id="monitoring">
...
...
@@ -117,7 +117,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
allowed to change these variables with <command>SET</>.)
</para>
<
caution
>
<
important
>
<para>
Since the variables <varname>STATS_COMMAND_STRING</varname>,
<varname>STATS_BLOCK_LEVEL</varname>,
...
...
@@ -127,7 +127,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
before you will get useful results from the statistical display
functions.
</para>
</
caution
>
</
important
>
</sect2>
...
...
This diff is collapsed.
Click to expand it.
doc/src/sgml/runtime.sgml
+
3
−
3
View file @
e0a513e8
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.9
2
2001/11/0
2 18:39:57 tgl
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.9
3
2001/11/0
8 23:39:22 petere
Exp $
-->
<Chapter Id="runtime">
...
...
@@ -2328,13 +2328,13 @@ default:\
</varlistentry>
</variablelist>
<
caution
>
<
important
>
<para>
It is best not to use <systemitem>SIGKILL</systemitem> to shut down the postmaster. This
will prevent the postmaster from releasing shared memory and
semaphores, which you may then have to do by hand.
</para>
</
caution
>
</
important
>
The <acronym>PID</> of the postmaster process can be found using the
<application>ps</application> program, or from the file
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment