projects
/
users
/
kgrittn
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fc726a
)
Tweak postgresql.conf.sample's comments on listen_addresess.
author
Robert Haas
<
[email protected]
>
Thu, 25 Aug 2011 13:39:35 +0000
(09:39 -0400)
committer
Robert Haas
<
[email protected]
>
Thu, 25 Aug 2011 13:41:24 +0000
(09:41 -0400)
This makes it slightly more clear that '*' is not part of the default
value, in case that wasn't obvious.
As requested by Dougal Sutherland.
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 c8bf0b33fc28859ac093d9de1e11f34686c6133b..65fd1266a163d4198bbd4f2667528fd081e83414 100644
(file)
--- a/
src/backend/utils/misc/postgresql.conf.sample
+++ b/
src/backend/utils/misc/postgresql.conf.sample
@@
-58,7
+58,7
@@
#listen_addresses = 'localhost' # what IP address(es) to listen on;
# comma-separated list of addresses;
- # defaults to 'localhost'
, '*' =
all
+ # defaults to 'localhost'
; use '*' for
all
# (change requires restart)
#port = 5432 # (change requires restart)
#max_connections = 100 # (change requires restart)