diff options
| author | Heikki Linnakangas | 2011-12-16 13:03:36 +0000 |
|---|---|---|
| committer | Heikki Linnakangas | 2011-12-16 13:07:15 +0000 |
| commit | e4790949e46d99530ceb0d685d0b8c0d9e221003 (patch) | |
| tree | c53bf2b206bfbbff361f4ad96f3f7e44491bfcfa /doc/src/sgml | |
| parent | 01e80a0c2862290bf417f699c414578c91702ef0 (diff) | |
Fix reference to "verify-ca" and "verify-full" in a note in the docs.
Diffstat (limited to 'doc/src/sgml')
| -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 04f0a5876e3..061254a22d8 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 <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> |
