diff options
Diffstat (limited to 'src/backend/utils/misc/postgresql.conf.sample')
-rw-r--r-- | src/backend/utils/misc/postgresql.conf.sample | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index 3c689c7eacb..59004a73c05 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -30,13 +30,13 @@ #--------------------------------------------------------------------------- # The default values of these variables are driven from the -D command line -# switch or PGDATA environment variable, represented here as $PGDATA. -# pgdata = '$PGDATA' # use data in another directory -# hba_conf = '$PGDATA/pg_hba.conf' # the host-based authentication file -# ident_conf = '$PGDATA/pg_ident.conf' # the IDENT configuration file +# 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 -# If external_pidfile is not explicitly set, no extra pid file is written. -# external_pidfile = '(none)' # write an extra pid file +# If external_pid_file is not explicitly set, no extra pid file is written. +# external_pid_file = '(none)' # write an extra pid file #--------------------------------------------------------------------------- |