pgsql: Consistently mention 'SELECT pg_reload_conf()' in config files

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Consistently mention 'SELECT pg_reload_conf()' in config files
Date: 2016-10-25 15:26:20
Message-ID: E1bz3cK-0000TQ-Jx@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/10c064ce4dad088ba2d8b978bff6009b9f22dc3a

Modified Files
--------------
src/backend/libpq/pg_hba.conf.sample | 10 +++++-----
src/backend/utils/misc/postgresql.conf.sample | 6 +++---
2 files changed, 8 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2016-10-25 17:00:58 pgsql: Don't fsync() files when --no-sync is specified
Previous Message Dave Page 2016-10-25 14:26:00 Re: pgsql: Use OpenSSL EVP API for symmetric encryption in pgcrypto.