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
This commit is contained in:
Michael Paquier 2021-06-04 09:33:22 +09:00
parent 4ed9dacb2f
commit 6131cb144f
1 changed files with 1 additions and 1 deletions

View File

@ -7228,7 +7228,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>