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:19 +0300 |
commit | 8c4fdfbc9f84a2dd84d7ff4f5826d0ebf82573ca (patch) | |
tree | f5aabee72b41eda9d2df4e52216f35f7f38a5a1d | |
parent | 4cbecdaaac0617a0a16d40f0d2cc87d1c278e197 (diff) | |
download | postgresql-8c4fdfbc9f84a2dd84d7ff4f5826d0ebf82573ca.tar.gz postgresql-8c4fdfbc9f84a2dd84d7ff4f5826d0ebf82573ca.zip |
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 a3c7de8b89b..490bb14f46a 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -7144,7 +7144,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>. |