From b3dc9093c64b79337df780590d77453f3dedebda Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Mon, 21 Mar 2011 23:22:06 +0200 Subject: [PATCH] config.txt: mention that host= takes hostnames too. --- doc/config.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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. -- 2.39.5