From 6131cb144f8483fdc2223c1e06ce80e7c4ddf056 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Fri, 4 Jun 2021 09:33:22 +0900 Subject: [PATCH] doc: Fix link reference for PGSSLMAXPROTOCOLVERSION The link was pointing to the minimum protocol version. Incorrect as of ff8ca5f. Author: Daniel Gustafsson Discussion: https://postgr.es/m/F893F184-C645-4C21-A2BA-583441B7288F@yesql.se Backpatch-through: 13 --- 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 028bfcbf34..5abba1ca5f 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -7228,7 +7228,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.