This is long-standing behavior, just make the documentation about it
more explicit.
----
Host name or IP address to connect to. Host names are resolved
-on connect time, the result is cached per ``dns_max_ttl`` parameter.
+at connect time, the result is cached per ``dns_max_ttl`` parameter.
+When a host name's resolution changes, existing server connections are
+automatically closed when they are released (according to the pooling
+mode), and new server connections immediately use the new resolution.
If DNS returns several results, they are used in round-robin
manner.
The PgBouncer process will reload its configuration file and update
changeable settings.
+PgBouncer notices when a configuration file reload changes the
+connection parameters of a database definition. An existing server
+connection to the old destination will be closed when the server
+connection is next released (according to the pooling mode), and new
+server connections will immediately use the updated connection
+parameters.
+
Other commands
~~~~~~~~~~~~~~