From: Andrew Dunstan Date: Thu, 10 Nov 2005 14:01:55 +0000 (+0000) Subject: add missing quote mark to ident_file sample line - per Hiroshi Saito X-Git-Tag: REL8_2_BETA1~1942 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f9db22e88e02e59bbf355e6e0468df6c6360d815;p=thirdparty%2Fpostgresql.git add missing quote mark to ident_file sample line - per Hiroshi Saito --- diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index 1c68f2231e8..773899e8b77 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -34,7 +34,7 @@ #data_directory = 'ConfigDir' # use data in another directory #hba_file = 'ConfigDir/pg_hba.conf' # host-based authentication file -#ident_file = 'ConfigDir/pg_ident.conf # IDENT configuration file +#ident_file = 'ConfigDir/pg_ident.conf' # IDENT configuration file # If external_pid_file is not explicitly set, no extra pid file is written. #external_pid_file = '(none)' # write an extra pid file