From: Marko Kreen Date: Mon, 21 Mar 2011 21:22:06 +0000 (+0200) Subject: config.txt: mention that host= takes hostnames too. X-Git-Tag: pgbouncer_1_4_1_rc2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b3dc9093c64b79337df780590d77453f3dedebda;p=pgbouncer config.txt: mention that host= takes hostnames too. --- diff --git a/doc/config.txt b/doc/config.txt index 67fe109..8e834cd 100644 --- a/doc/config.txt +++ b/doc/config.txt @@ -434,7 +434,10 @@ Default: same as client-side database name. ==== host ==== -IP address to connect to. +Hostname or IP address to connect to. Hostnames are resolved +on connect time, the result is cached per +dns_max_ttl+ parameter. +If DNS returns several results, they are used in round-robin +manner. Default: not set, meaning to use a Unix socket.