diff --git a/conn.go b/conn.go index 76e09e73..e195bb2f 100644 --- a/conn.go +++ b/conn.go @@ -108,7 +108,6 @@ type ConnConfig struct { Port uint16 Database string User string // default: OS user name - // TODO: Allow password to be different for each host/port pair if a password file is used Password string TLSConfig *tls.Config // config for TLS connection -- nil disables TLS UseFallbackTLS bool // Try FallbackTLSConfig if connecting with TLSConfig fails. Used for preferring TLS, but allowing unencrypted, or vice-versa