From ded272b1f2c31e345b3209d7ab373822bf90b761 Mon Sep 17 00:00:00 2001 From: William Storey Date: Wed, 16 Feb 2022 11:37:26 -0800 Subject: [PATCH] Remove documentation line stating only one IP is used With `expandWithIPs()` (added in #14), we try all IPs. --- config.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/config.go b/config.go index 0eab23a..5cee929 100644 --- a/config.go +++ b/config.go @@ -176,8 +176,6 @@ func NetworkAddress(host string, port uint16) (network, address string) { // // Other known differences with libpq: // -// If a host name resolves into multiple addresses, libpq will try all addresses. pgconn will only try the first. -// // When multiple hosts are specified, libpq allows them to have different passwords set via the .pgpass file. pgconn // does not. //