diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-09-02 21:00:59 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-09-02 21:00:59 +0000 |
commit | 4506ec95cff283a6ad5cb50d9cab726289248ceb (patch) | |
tree | fc9af5fc2c4555522c93277a0946438b9622b64d /src/backend | |
parent | 5bddded69cba394dd814dc483ca58dcbc1109314 (diff) | |
download | postgresql-4506ec95cff283a6ad5cb50d9cab726289248ceb.tar.gz postgresql-4506ec95cff283a6ad5cb50d9cab726289248ceb.zip |
Update listen_addresses description.
Darcy Buskermolen
Diffstat (limited to 'src/backend')
-rw-r--r-- | src/backend/utils/misc/postgresql.conf.sample | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index ac726b7d889..4e35e175f4f 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 |