From faa695580b07fd27a8407b9385df31f4ec01a582 Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas Date: Fri, 16 Dec 2011 15:03:36 +0200 Subject: [PATCH] Fix reference to "verify-ca" and "verify-full" in a note in the docs. --- doc/src/sgml/libpq.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index c3a91428033..2e6e478a00d 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -6523,7 +6523,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. -- 2.47.2