Fix doc typos
This commit is contained in:
@@ -370,9 +370,9 @@ func ParseDSN(s string) (ConnConfig, error) {
|
|||||||
// for details on what level of security each sslmode provides.
|
// for details on what level of security each sslmode provides.
|
||||||
//
|
//
|
||||||
// "require" and "verify-ca" modes currently are treated as "verify-full". e.g.
|
// "require" and "verify-ca" modes currently are treated as "verify-full". e.g.
|
||||||
// "They have stronger security guarantees than they would with libpq. Do not
|
// They have stronger security guarantees than they would with libpq. Do not
|
||||||
// "rely on this behavior as it may be possible to match libpq in the match. If
|
// rely on this behavior as it may be possible to match libpq in the future. If
|
||||||
// "you need full security use "verify-full".
|
// you need full security use "verify-full".
|
||||||
//
|
//
|
||||||
// Several of the PGSSLMODE options (including the default behavior of "prefer")
|
// Several of the PGSSLMODE options (including the default behavior of "prefer")
|
||||||
// will set UseFallbackTLS to true and FallbackTLSConfig to a disabled or
|
// will set UseFallbackTLS to true and FallbackTLSConfig to a disabled or
|
||||||
|
|||||||
Reference in New Issue
Block a user