aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gustafsson <dgustafsson@postgresql.org>2024-07-04 11:38:37 +0200
committerDaniel Gustafsson <dgustafsson@postgresql.org>2024-07-04 11:38:37 +0200
commit678b5455830c697e8200de175373afb0d6fcaffc (patch)
treeea587606d60ef82a3abe0ec07ef67da38df971ef
parent7768b6569de95de7517bd6520acbe6e599fc6601 (diff)
downloadpostgresql-678b5455830c697e8200de175373afb0d6fcaffc.tar.gz
postgresql-678b5455830c697e8200de175373afb0d6fcaffc.zip
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
-rw-r--r--doc/src/sgml/config.sgml10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index eaf4dc9bd42..8f0fd147a2a 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -1487,11 +1487,11 @@ include_dir 'conf.d'
</para>
<para>
- Older PostgreSQL versions do not have this setting and always use the
- client's preferences. This setting is mainly for backward
- compatibility with those versions. Using the server's preferences is
- usually better because it is more likely that the server is appropriately
- configured.
+ <productname>PostgreSQL</productname> versions before 9.4 do not have
+ this setting and always use the client's preferences. This setting is
+ mainly for backward compatibility with those versions. Using the
+ server's preferences is usually better because it is more likely that
+ the server is appropriately configured.
</para>
</listitem>
</varlistentry>