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 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.