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
###
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)
+ linkend="libpq-connect-ssl-max-protocol-version"/> connection parameter.
77e9d1b488 doc: Fix link reference for PGSSLMAXPROTOCOLVERSION
doc/src/sgml/libpq.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Upstream: git.postgresql.org