From: Heikki Linnakangas Date: Fri, 16 Dec 2011 13:03:36 +0000 (+0200) Subject: Fix reference to "verify-ca" and "verify-full" in a note in the docs. X-Git-Tag: REL8_4_11~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e4790949e46d99530ceb0d685d0b8c0d9e221003;p=postgresql Fix reference to "verify-ca" and "verify-full" in a note in the docs. --- diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 04f0a5876e..061254a22d 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -6208,7 +6208,7 @@ myEventProc(PGEventId evtId, void *evtInfo, void *passThrough) 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.