Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9332d0b

Browse files
committed
Documentation improvements, per Josh Berkus.
1 parent fbbdfa4 commit 9332d0b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,18 @@
1111
# allowed values can be found in the PostgreSQL documentation. The
1212
# commented-out settings shown in this file represent the default values.
1313
#
14+
# Please note that re-commenting a setting is NOT sufficient to revert it
15+
# to the default value, unless you restart the postmaster.
16+
#
1417
# Any option can also be given as a command line switch to the
1518
# postmaster, e.g. 'postmaster -c log_connections=on'. Some options
1619
# can be changed at run-time with the 'SET' SQL command.
1720
#
1821
# This file is read on postmaster startup and when the postmaster
1922
# receives a SIGHUP. If you edit the file on a running system, you have
2023
# to SIGHUP the postmaster for the changes to take effect, or use
21-
# "pg_ctl reload".
24+
# "pg_ctl reload". Some settings, such as listen_address, require
25+
# a postmaster shutdown and restart to take effect.
2226

2327

2428
#---------------------------------------------------------------------------

0 commit comments

Comments
 (0)