add missing quote mark to ident_file sample line - per Hiroshi Saito

REL8_1_STABLE
Andrew Dunstan 20 years ago
parent 52724454df
commit 6f90fd6948
  1. 2
      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

Loading…
Cancel
Save