aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/postgresql.conf.sample
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-06-04 18:13:59 +0000
committerBruce Momjian <bruce@momjian.us>2005-06-04 18:13:59 +0000
commit00750f3f30893eba7e330d195439ceef846f59a8 (patch)
treec48b94ebdadebde5484350d1cdd55e04fc40df00 /src/backend/utils/misc/postgresql.conf.sample
parent3360bc13519dc33ea911a157c9e46f2344eb3e44 (diff)
downloadpostgresql-00750f3f30893eba7e330d195439ceef846f59a8.tar.gz
postgresql-00750f3f30893eba7e330d195439ceef846f59a8.zip
Improve readability of config location params by adding newline.
Diffstat (limited to 'src/backend/utils/misc/postgresql.conf.sample')
-rw-r--r--src/backend/utils/misc/postgresql.conf.sample1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample
index 88272d35b56..0e88d4c5ed0 100644
--- a/src/backend/utils/misc/postgresql.conf.sample
+++ b/src/backend/utils/misc/postgresql.conf.sample
@@ -31,6 +31,7 @@
# The default values of these variables are driven from the -D command line
# switch or PGDATA environment variable, represented here as ConfigDir.
+
# data_directory = 'ConfigDir' # use data in another directory
# hba_file = 'ConfigDir/pg_hba.conf' # the host-based authentication file
# ident_file = 'ConfigDir/pg_ident.conf' # the IDENT configuration file