aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2021-06-04 09:33:14 +0900
committerMichael Paquier <michael@paquier.xyz>2021-06-04 09:33:14 +0900
commit77e9d1b4884262fa09cd8d141c7eadad3affde8b (patch)
tree21e022ea010642a0be1304f5cbd7b5369a421ad1
parent7fc26d11e370afe237631265714221364d7e7910 (diff)
downloadpostgresql-77e9d1b4884262fa09cd8d141c7eadad3affde8b.tar.gz
postgresql-77e9d1b4884262fa09cd8d141c7eadad3affde8b.zip
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
-rw-r--r--doc/src/sgml/libpq.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml
index 2fc638c376f..11ab8c1c368 100644
--- a/doc/src/sgml/libpq.sgml
+++ b/doc/src/sgml/libpq.sgml
@@ -7872,7 +7872,7 @@ myEventProc(PGEventId evtId, void *evtInfo, void *passThrough)
<primary><envar>PGSSLMAXPROTOCOLVERSION</envar></primary>
</indexterm>
<envar>PGSSLMAXPROTOCOLVERSION</envar> behaves the same as the <xref
- linkend="libpq-connect-ssl-min-protocol-version"/> connection parameter.
+ linkend="libpq-connect-ssl-max-protocol-version"/> connection parameter.
</para>
</listitem>