diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 2ad9a10be23..374196754a7 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -6745,7 +6745,7 @@ ldap://ldap.acme.com/cn=dbserver,cn=hosts?pgconnectinfo?base?(objectclass=*) as that of verify-ca, meaning the sever certificate is validated against the CA. Relying on this behavior is discouraged, and applications that need certificate validation should always use - validate-ca or validate-full. + verify-ca or verify-full.