diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-06-04 18:13:59 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-06-04 18:13:59 +0000 |
commit | 00750f3f30893eba7e330d195439ceef846f59a8 (patch) | |
tree | c48b94ebdadebde5484350d1cdd55e04fc40df00 /src/backend/utils/misc/postgresql.conf.sample | |
parent | 3360bc13519dc33ea911a157c9e46f2344eb3e44 (diff) | |
download | postgresql-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.sample | 1 |
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 |