diff options
author | Robert Haas <rhaas@postgresql.org> | 2011-08-25 09:39:35 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2011-08-25 09:41:24 -0400 |
commit | 48bc57657dc9a6e1091ee0dc837caccfb32a2eba (patch) | |
tree | 5b85aff929f73c5c1dc0e630b4a474b25a752717 /src | |
parent | 6fc726adac3001f8e1f3215ad4c874f58cd7f445 (diff) | |
download | postgresql-48bc57657dc9a6e1091ee0dc837caccfb32a2eba.tar.gz postgresql-48bc57657dc9a6e1091ee0dc837caccfb32a2eba.zip |
Tweak postgresql.conf.sample's comments on listen_addresess.
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.
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 c8bf0b33fc2..65fd1266a16 100644 --- 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) |