From 48bc57657dc9a6e1091ee0dc837caccfb32a2eba Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Thu, 25 Aug 2011 09:39:35 -0400 Subject: [PATCH] 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. --- src/backend/utils/misc/postgresql.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index c8bf0b33fc..65fd1266a1 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) -- GitLab