aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2013-05-29 22:00:13 -0400
committerPeter Eisentraut <peter_e@gmx.net>2013-05-29 22:00:13 -0400
commit97a11fd0e3055ab82d562930b38027b054e6c8e0 (patch)
tree9945403021b40d0fcb9d5a89bc501a021b2541e0
parent9af4159fce6654aa0e081b00d02bca40b978745c (diff)
downloadpostgresql-97a11fd0e3055ab82d562930b38027b054e6c8e0.tar.gz
postgresql-97a11fd0e3055ab82d562930b38027b054e6c8e0.zip
postgresql.conf.sample: Improve whitespace
-rw-r--r--src/backend/utils/misc/postgresql.conf.sample4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample
index 307b456f035..0303ac78c5f 100644
--- a/src/backend/utils/misc/postgresql.conf.sample
+++ b/src/backend/utils/misc/postgresql.conf.sample
@@ -570,18 +570,20 @@
#exit_on_error = off # terminate session on any error?
#restart_after_crash = on # reinitialize after backend crash?
+
#------------------------------------------------------------------------------
# CONFIG FILE INCLUDES
#------------------------------------------------------------------------------
# These options allow settings to be loaded from files other than the
-# default postgresql.conf
+# default postgresql.conf.
#include_dir = 'conf.d' # include files ending in '.conf' from
# directory 'conf.d'
#include_if_exists = 'exists.conf' # include file only if it exists
#include = 'special.conf' # include file
+
#------------------------------------------------------------------------------
# CUSTOMIZED OPTIONS
#------------------------------------------------------------------------------