doc PG 17 relnotes: Fix sslnegotation typo

I was confused with copy-pasting the parameter name didn't work...
This commit is contained in:
Andres Freund 2024-06-17 11:53:07 -07:00
parent 92c49d1062
commit a6685c5e36

View file

@ -1903,7 +1903,7 @@ Allow TLS connections without requiring a network round-trip negotiation (Greg S
</para>
<para>
This is enabled with the client-side option sslnegotation=direct, requires ALPN, and only works on PostgreSQL 17 and later servers.
This is enabled with the client-side option sslnegotiation=direct, requires ALPN, and only works on PostgreSQL 17 and later servers.
</para>
</listitem>