From: Andrew Dunstan Date: Thu, 10 Nov 2005 14:02:59 +0000 (+0000) Subject: add missing quote mark to ident_file sample line - per Hiroshi Saito X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=4258afd292e582ed1235b0b4332f7bbeac029a2b;p=users%2Fbernd%2Fpostgres.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 1c68f2231e..773899e8b7 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