Skip to content

Commit 0e3df0e

Browse files
doc: Specify when ssl_prefer_server_ciphers was added
The ssl_prefer_server_ciphers setting is quite important from a security point of view, so simply stating that older versions doesn't have it isn't very helpful. This adds the version when the GUC was added to help readers. Backpatch to all supported versions since this setting has been around since 9.4. Reviewed-by: Peter Eisentraut <peter@eisentraut.org> Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us> Discussion: https://postgr.es/m/5D7E0F5E-E620-4D54-8788-66D421AC76F0@yesql.se Backpatch-through: v12
1 parent 9d7506a commit 0e3df0e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/src/sgml/config.sgml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1427,11 +1427,11 @@ include_dir 'conf.d'
14271427
</para>
14281428

14291429
<para>
1430-
Older PostgreSQL versions do not have this setting and always use the
1431-
client's preferences. This setting is mainly for backward
1432-
compatibility with those versions. Using the server's preferences is
1433-
usually better because it is more likely that the server is appropriately
1434-
configured.
1430+
<productname>PostgreSQL</productname> versions before 9.4 do not have
1431+
this setting and always use the client's preferences. This setting is
1432+
mainly for backward compatibility with those versions. Using the
1433+
server's preferences is usually better because it is more likely that
1434+
the server is appropriately configured.
14351435
</para>
14361436
</listitem>
14371437
</varlistentry>

0 commit comments

Comments
 (0)