Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7dff5b8

Browse files
committed
Document that pg_reload_conf() is also an easy way to reload the
configuration file.
1 parentb748d8f commit7dff5b8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

‎doc/src/sgml/config.sgml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,10 @@ include 'filename'
116116
<primary>SIGHUP</primary>
117117
</indexterm>
118118
The configuration file is reread whenever the main server process
119-
receives a
120-
<systemitem>SIGHUP</> signal (which is most easily sent by means
121-
of <literal>pg_ctl reload</>). The main server process
119+
receives a <systemitem>SIGHUP</> signal; this is most easily done by
120+
running <literal>pg_ctl reload</> from the command-line or by calling
121+
the SQL function <function>pg_reload_conf()</function>). The main
122+
server process
122123
also propagates this signal to all currently running server
123124
processes so that existing sessions also get the new
124125
value. Alternatively, you can send the signal to a single server

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp