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
9ad637f7
Commit
9ad637f7
authored
Oct 16, 2003
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add mention of SIGHUP on the postmaster manual page.
parent
90b22029
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
doc/src/sgml/ref/postgres-ref.sgml
doc/src/sgml/ref/postgres-ref.sgml
+3
-3
doc/src/sgml/ref/postmaster.sgml
doc/src/sgml/ref/postmaster.sgml
+3
-2
No files found.
doc/src/sgml/ref/postgres-ref.sgml
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
-->
...
...
@@ -370,12 +370,12 @@ PostgreSQL documentation
</para>
<para>
To tell <command>postgres</command> to re
read the configuration file
,
To tell <command>postgres</command> to re
load the configuration files
,
send a <literal>SIGHUP</literal> signal. Normally it's best to
<literal>SIGHUP</literal> the <command>postmaster</command> instead;
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
one <command>postgres</command> process re
read the configuration file
.
one <command>postgres</command> process re
load the configuration files
.
</para>
<para>
...
...
doc/src/sgml/ref/postmaster.sgml
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
-->
...
...
@@ -487,7 +487,8 @@ PostgreSQL documentation
all clients to terminate before quitting, the second will
forcefully disconnect all clients, and the third will quit
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>
...
...
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