diff options
author | Andrew Dunstan <andrew@dunslane.net> | 2005-11-10 14:02:59 +0000 |
---|---|---|
committer | Andrew Dunstan <andrew@dunslane.net> | 2005-11-10 14:02:59 +0000 |
commit | 6f90fd69488bc2c019f26a3250657bf3ba041481 (patch) | |
tree | 45668efb002ca71b2e22524151323933c15d52d3 /src | |
parent | 52724454df65bac66046423df72c886c934a83f4 (diff) | |
download | postgresql-6f90fd69488bc2c019f26a3250657bf3ba041481.tar.gz postgresql-6f90fd69488bc2c019f26a3250657bf3ba041481.zip |
add missing quote mark to ident_file sample line - per Hiroshi Saito
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/utils/misc/postgresql.conf.sample | 2 |
1 files changed, 1 insertions, 1 deletions
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 |