1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-05 07:21:24 +03:00

Add missing comma in list of SSL versions

This commit is contained in:
Magnus Hagander
2020-11-02 15:20:19 +01:00
parent b99cbbf5ce
commit 06801aef52

View File

@ -47,7 +47,7 @@
</term> </term>
<listitem> <listitem>
<para> <para>
Returns the name of the protocol used for the SSL connection (e.g., TLSv1.0 Returns the name of the protocol used for the SSL connection (e.g., TLSv1.0,
TLSv1.1, or TLSv1.2). TLSv1.1, or TLSv1.2).
</para> </para>
</listitem> </listitem>