From d5186cf270c0860932bd8a03897eb78f43dc88fe Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas <heikki.linnakangas@iki.fi> Date: Fri, 1 Aug 2014 21:13:17 +0300 Subject: [PATCH] Fix typo in user manual --- 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 1961ce5875..120c0618a1 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -7158,7 +7158,7 @@ ldap://ldap.acme.com/cn=dbserver,cn=hosts?pgconnectinfo?base?(objectclass=*) For backwards compatibility with earlier versions of PostgreSQL, if a root CA file exists, the behavior of <literal>sslmode</literal>=<literal>require</literal> will be the same - as that of <literal>verify-ca</literal>, meaning the sever certificate + as that of <literal>verify-ca</literal>, meaning the server certificate is validated against the CA. Relying on this behavior is discouraged, and applications that need certificate validation should always use <literal>verify-ca</literal> or <literal>verify-full</literal>. -- 2.40.0