Skip to content

Commit 10c064c

Browse files
committed
Consistently mention 'SELECT pg_reload_conf()' in config files
Previously we only mentioned SIGHUP and 'pg_ctl reload' in postgresql.conf and pg_hba.conf.
1 parent f5d6bce commit 10c064c

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 the postmaster receives
63-
# a SIGHUP signal. If you edit the file on a running system, you have
64-
# to SIGHUP the postmaster 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 the server receives a
63+
# SIGHUP signal. If you edit the file on a running system, you have to
64+
# SIGHUP the server 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()". Some parameters, which are marked below,
21+
# require a server shutdown and restart to take 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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy