mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
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.
This commit is contained in:
parent
f5d6bce63c
commit
10c064ce4d
@ -59,11 +59,11 @@
|
|||||||
# its special character, and just match a database or username with
|
# its special character, and just match a database or username with
|
||||||
# that name.
|
# that name.
|
||||||
#
|
#
|
||||||
# This file is read on server startup and when the postmaster receives
|
# This file is read on server startup and when the server receives a
|
||||||
# a SIGHUP signal. If you edit the file on a running system, you have
|
# SIGHUP signal. If you edit the file on a running system, you have to
|
||||||
# to SIGHUP the postmaster for the changes to take effect. You can
|
# SIGHUP the server for the changes to take effect, run "pg_ctl reload",
|
||||||
# use "pg_ctl reload" to do that.
|
# or execute "SELECT pg_reload_conf()".
|
||||||
|
#
|
||||||
# Put your actual configuration here
|
# Put your actual configuration here
|
||||||
# ----------------------------------
|
# ----------------------------------
|
||||||
#
|
#
|
||||||
|
@ -16,9 +16,9 @@
|
|||||||
#
|
#
|
||||||
# This file is read on server startup and when the server receives a SIGHUP
|
# This file is read on server startup and when the server receives a SIGHUP
|
||||||
# signal. If you edit the file on a running system, you have to SIGHUP the
|
# signal. If you edit the file on a running system, you have to SIGHUP the
|
||||||
# server for the changes to take effect, or use "pg_ctl reload". Some
|
# server for the changes to take effect, run "pg_ctl reload", or execute
|
||||||
# parameters, which are marked below, require a server shutdown and restart to
|
# "SELECT pg_reload_conf()". Some parameters, which are marked below,
|
||||||
# take effect.
|
# require a server shutdown and restart to take effect.
|
||||||
#
|
#
|
||||||
# Any parameter can also be given as a command-line option to the server, e.g.,
|
# Any parameter can also be given as a command-line option to the server, e.g.,
|
||||||
# "postgres -c log_connections=on". Some parameters can be changed at run time
|
# "postgres -c log_connections=on". Some parameters can be changed at run time
|
||||||
|
Loading…
x
Reference in New Issue
Block a user