]> granicus.if.org Git - postgresql/commitdiff
Tweak postgresql.conf.sample's comments on listen_addresess.
authorRobert Haas <rhaas@postgresql.org>
Thu, 25 Aug 2011 13:39:35 +0000 (09:39 -0400)
committerRobert Haas <rhaas@postgresql.org>
Thu, 25 Aug 2011 13:39:35 +0000 (09:39 -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

index e5e7c1a5850962ca19b33cd2e59c33eba92456d3..461f92eb7fafdb2ce5409545ce147034bad3ff0c 100644 (file)
@@ -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)