Skip to content

Commit 6131cb1

Browse files
committed
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
1 parent 4ed9dac commit 6131cb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/libpq.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7228,7 +7228,7 @@ myEventProc(PGEventId evtId, void *evtInfo, void *passThrough)
72287228
<primary><envar>PGSSLMAXPROTOCOLVERSION</envar></primary>
72297229
</indexterm>
72307230
<envar>PGSSLMAXPROTOCOLVERSION</envar> behaves the same as the <xref
7231-
linkend="libpq-connect-ssl-min-protocol-version"/> connection parameter.
7231+
linkend="libpq-connect-ssl-max-protocol-version"/> connection parameter.
72327232
</para>
72337233
</listitem>
72347234

0 commit comments

Comments
 (0)