aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2011-08-25 09:39:35 -0400
committerRobert Haas <rhaas@postgresql.org>2011-08-25 09:39:35 -0400
commit1bde67c0b9adce8b7ed2a2d1fcb2788cf96cea64 (patch)
tree69bbad75a00caf888b920e80ad08dc418a11e775
parenteb11a37ed8cd0b38d29c7001435c14fb9316cee6 (diff)
downloadpostgresql-1bde67c0b9adce8b7ed2a2d1fcb2788cf96cea64.tar.gz
postgresql-1bde67c0b9adce8b7ed2a2d1fcb2788cf96cea64.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.
-rw-r--r--src/backend/utils/misc/postgresql.conf.sample2
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 e5e7c1a5850..461f92eb7fa 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)