aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2011-12-16 15:03:36 +0200
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2011-12-16 15:07:46 +0200
commit4b43b48c9f05d7bfc5d20fdf53c8fb966d704312 (patch)
treef121c425a5760d10e6cbe3c4d97296ec1fcdfebe /doc/src
parent6d09b2105fb5fa6e6245e7b024bfbe465b1041ee (diff)
downloadpostgresql-4b43b48c9f05d7bfc5d20fdf53c8fb966d704312.tar.gz
postgresql-4b43b48c9f05d7bfc5d20fdf53c8fb966d704312.zip
Fix reference to "verify-ca" and "verify-full" in a note in the docs.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/libpq.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml
index d48cafa4de6..72c93845beb 100644
--- a/doc/src/sgml/libpq.sgml
+++ b/doc/src/sgml/libpq.sgml
@@ -6781,7 +6781,7 @@ ldap://ldap.acme.com/cn=dbserver,cn=hosts?pgconnectinfo?base?(objectclass=*)
as that of <literal>verify-ca</literal>, meaning the sever certificate
is validated against the CA. Relying on this behavior is discouraged,
and applications that need certificate validation should always use
- <literal>validate-ca</literal> or <literal>validate-full</literal>.
+ <literal>verify-ca</literal> or <literal>verify-full</literal>.
</para>
</note>
</sect2>