Remove documentation line stating only one IP is used

With `expandWithIPs()` (added in #14), we try all IPs.
non-blocking
William Storey 2022-02-16 11:37:26 -08:00 committed by Jack Christensen
parent ccb96b8aca
commit ded272b1f2
1 changed files with 0 additions and 2 deletions

View File

@ -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.
//