From 7ee8e5107508156b3abf66588c41f93255f2a227 Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Thu, 3 Jun 2021 14:03:46 +0200 Subject: [PATCH] Fix linkend reference for PGSSLMAXPROTOCOLVERSION It was erroneously pointing at the documentation for the minimum protocol version. --- doc/src/sgml/libpq.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 2fc638c376..11ab8c1c36 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -7872,7 +7872,7 @@ myEventProc(PGEventId evtId, void *evtInfo, void *passThrough) PGSSLMAXPROTOCOLVERSION PGSSLMAXPROTOCOLVERSION behaves the same as the connection parameter. + linkend="libpq-connect-ssl-max-protocol-version"/> connection parameter. -- 2.30.1 (Apple Git-130)