Skip to content

Commit

Permalink
Remove documentation line stating only one IP is used
Browse files Browse the repository at this point in the history
With `expandWithIPs()` (added in #14), we try all IPs.
  • Loading branch information
horgh authored and jackc committed Feb 19, 2022
1 parent ccb96b8 commit ded272b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//
Expand Down

0 comments on commit ded272b

Please sign in to comment.