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
9ad637f7
Commit
9ad637f7
authored
21 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Add mention of SIGHUP on the postmaster manual page.
parent
90b22029
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/src/sgml/ref/postgres-ref.sgml
+3
-3
3 additions, 3 deletions
doc/src/sgml/ref/postgres-ref.sgml
doc/src/sgml/ref/postmaster.sgml
+3
-2
3 additions, 2 deletions
doc/src/sgml/ref/postmaster.sgml
with
6 additions
and
5 deletions
doc/src/sgml/ref/postgres-ref.sgml
+
3
−
3
View file @
9ad637f7
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/postgres-ref.sgml,v 1.3
7
2003/
09/24 18:54:01 tgl
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/postgres-ref.sgml,v 1.3
8
2003/
10/16 17:38:01 momjian
Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -370,12 +370,12 @@ PostgreSQL documentation
...
@@ -370,12 +370,12 @@ PostgreSQL documentation
</para>
</para>
<para>
<para>
To tell <command>postgres</command> to re
re
ad the configuration file,
To tell <command>postgres</command> to re
lo
ad the configuration file
s
,
send a <literal>SIGHUP</literal> signal. Normally it's best to
send a <literal>SIGHUP</literal> signal. Normally it's best to
<literal>SIGHUP</literal> the <command>postmaster</command> instead;
<literal>SIGHUP</literal> the <command>postmaster</command> instead;
the <command>postmaster</command> will in turn <literal>SIGHUP</literal>
the <command>postmaster</command> will in turn <literal>SIGHUP</literal>
each of its children. But in some cases it might be desirable to have only
each of its children. But in some cases it might be desirable to have only
one <command>postgres</command> process re
re
ad the configuration file.
one <command>postgres</command> process re
lo
ad the configuration file
s
.
</para>
</para>
<para>
<para>
...
...
This diff is collapsed.
Click to expand it.
doc/src/sgml/ref/postmaster.sgml
+
3
−
2
View file @
9ad637f7
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/postmaster.sgml,v 1.4
0
2003/
09/18 20:30:15 tgl
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/postmaster.sgml,v 1.4
1
2003/
10/16 17:38:01 momjian
Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -487,7 +487,8 @@ PostgreSQL documentation
...
@@ -487,7 +487,8 @@ PostgreSQL documentation
all clients to terminate before quitting, the second will
all clients to terminate before quitting, the second will
forcefully disconnect all clients, and the third will quit
forcefully disconnect all clients, and the third will quit
immediately without proper shutdown, resulting in a recovery run
immediately without proper shutdown, resulting in a recovery run
during restart.
during restart. The <literal>SIGHUP</literal> signal will
reload the server configuration files.
</para>
</para>
<para>
<para>
...
...
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