projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
134bed8
)
Fix misspelling of 'listen_addresses', per Devrim.
author
Tom Lane
Wed, 9 Nov 2005 17:44:10 +0000
(17:44 +0000)
committer
Tom Lane
Wed, 9 Nov 2005 17:44:10 +0000
(17:44 +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 af042740ad84248eebb0350e8fd3db5505b42701..1c68f2231e8f4c536d253200d35fd8862b680c3e 100644
(file)
--- a/
src/backend/utils/misc/postgresql.conf.sample
+++ b/
src/backend/utils/misc/postgresql.conf.sample
@@
-21,7
+21,7
@@
# This file is read on postmaster startup and when the postmaster
# receives a SIGHUP. If you edit the file on a running system, you have
# to SIGHUP the postmaster for the changes to take effect, or use
-# "pg_ctl reload". Some settings, such as listen_address, require
+# "pg_ctl reload". Some settings, such as listen_address
es
, require
# a postmaster shutdown and restart to take effect.