From: Bruce Momjian Date: Fri, 2 Sep 2005 21:00:59 +0000 (+0000) Subject: Update listen_addresses description. X-Git-Tag: REL8_1_0BETA2~52 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4506ec95cff283a6ad5cb50d9cab726289248ceb;p=postgresql Update listen_addresses description. Darcy Buskermolen --- diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index ac726b7d88..4e35e175f4 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -46,8 +46,9 @@ # - Connection Settings - -#listen_addresses = 'localhost' # what IP interface(s) to listen on; - # defaults to localhost, '*' = any +#listen_addresses = 'localhost' # what IP address(es) to listen on; + # comma seperated; + # defaults to localhost, '*' = all #port = 5432 #max_connections = 100 # note: increasing max_connections costs ~400 bytes of shared memory per