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

Commit10c064c

Browse files
committed
Consistently mention 'SELECT pg_reload_conf()' in config files
Previously we only mentioned SIGHUP and 'pg_ctl reload' inpostgresql.conf and pg_hba.conf.
1 parentf5d6bce commit10c064c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

‎src/backend/libpq/pg_hba.conf.sample

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@
5959
# its special character, and just match a database or username with
6060
# that name.
6161
#
62-
# This file is read on server startup and when thepostmaster receives
63-
#aSIGHUP signal. If you edit the file on a running system, you have
64-
#toSIGHUP thepostmaster for the changes to take effect. You can
65-
#use "pg_ctl reload" to do that.
66-
62+
# This file is read on server startup and when theserver receives a
63+
# SIGHUP signal. If you edit the file on a running system, you have to
64+
# SIGHUP theserver for the changes to take effect, run "pg_ctl reload",
65+
#or execute "SELECT pg_reload_conf()".
66+
#
6767
# Put your actual configuration here
6868
# ----------------------------------
6969
#

‎src/backend/utils/misc/postgresql.conf.sample

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
#
1717
# This file is read on server startup and when the server receives a SIGHUP
1818
# signal. If you edit the file on a running system, you have to SIGHUP the
19-
# server for the changes to take effect,or use"pg_ctl reload". Some
20-
# parameters, which are marked below, require a server shutdown and restart to
21-
# take effect.
19+
# server for the changes to take effect,run"pg_ctl reload", or execute
20+
#"SELECT pg_reload_conf()". Someparameters, which are marked below,
21+
#require a server shutdown and restart totake effect.
2222
#
2323
# Any parameter can also be given as a command-line option to the server, e.g.,
2424
# "postgres -c log_connections=on". Some parameters can be changed at run time

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp