projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da4e00b
)
add missing quote mark to ident_file sample line - per Hiroshi Saito
author
Andrew Dunstan
Thu, 10 Nov 2005 14:01:55 +0000
(14:01 +0000)
committer
Andrew Dunstan
Thu, 10 Nov 2005 14:01:55 +0000
(14:01 +0000)
src/backend/utils/misc/postgresql.conf.sample
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/misc/postgresql.conf.sample
b/src/backend/utils/misc/postgresql.conf.sample
index 1c68f2231e8f4c536d253200d35fd8862b680c3e..773899e8b770eba6750b392d89efc86a6ddc6734 100644
(file)
--- 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