diff options
author | Robert Haas <rhaas@postgresql.org> | 2011-08-25 09:41:00 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2011-08-25 09:41:00 -0400 |
commit | e1f0820b0d252ace738d7c337eb348eb4dab42d8 (patch) | |
tree | 185657ee54b89a831cacc3c00536b46368849160 /src | |
parent | 1bde67c0b9adce8b7ed2a2d1fcb2788cf96cea64 (diff) | |
download | postgresql-e1f0820b0d252ace738d7c337eb348eb4dab42d8.tar.gz postgresql-e1f0820b0d252ace738d7c337eb348eb4dab42d8.zip |
Revert "Tweak postgresql.conf.sample's comments on listen_addresess."
This reverts commit 1bde67c0b9adce8b7ed2a2d1fcb2788cf96cea64, which
should have been done only on the master branch.
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 461f92eb7fa..e5e7c1a5850 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'; use '*' for all + # defaults to 'localhost', '*' = all # (change requires restart) #port = 5432 # (change requires restart) #max_connections = 100 # (change requires restart) |