Documentation improvements, per Josh Berkus.

This commit is contained in:
Tom Lane 2004-09-20 17:53:59 +00:00
parent fbbdfa413e
commit 9332d0baba
1 changed files with 5 additions and 1 deletions

View File

@ -11,6 +11,9 @@
# allowed values can be found in the PostgreSQL documentation. The # allowed values can be found in the PostgreSQL documentation. The
# commented-out settings shown in this file represent the default values. # commented-out settings shown in this file represent the default values.
# #
# Please note that re-commenting a setting is NOT sufficient to revert it
# to the default value, unless you restart the postmaster.
#
# Any option can also be given as a command line switch to the # Any option can also be given as a command line switch to the
# postmaster, e.g. 'postmaster -c log_connections=on'. Some options # postmaster, e.g. 'postmaster -c log_connections=on'. Some options
# can be changed at run-time with the 'SET' SQL command. # can be changed at run-time with the 'SET' SQL command.
@ -18,7 +21,8 @@
# This file is read on postmaster startup and when the postmaster # This file is read on postmaster startup and when the postmaster
# receives a SIGHUP. If you edit the file on a running system, you have # receives a SIGHUP. If you edit the file on a running system, you have
# to SIGHUP the postmaster for the changes to take effect, or use # to SIGHUP the postmaster for the changes to take effect, or use
# "pg_ctl reload". # "pg_ctl reload". Some settings, such as listen_address, require
# a postmaster shutdown and restart to take effect.
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------