diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2014-08-01 21:13:17 +0300 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2014-08-01 21:14:26 +0300 |
commit | dc4871c19fb0aae3f90d63220b8e0a5c61dfa91b (patch) | |
tree | 838bf23bef235793000e1a982449cbe4a2a306f2 | |
parent | c83aed34bea79a084b802e15fefebe127d2d31d5 (diff) |
Fix typo in user manual
-rw-r--r-- | doc/src/sgml/libpq.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 0a6fbcf056f..23cb213a033 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -7029,7 +7029,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>. |