From f9db22e88e02e59bbf355e6e0468df6c6360d815 Mon Sep 17 00:00:00 2001 From: Andrew Dunstan Date: Thu, 10 Nov 2005 14:01:55 +0000 Subject: [PATCH] add missing quote mark to ident_file sample line - per Hiroshi Saito --- src/backend/utils/misc/postgresql.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- GitLab