Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1c9acb1

Browse files
doc: Specify when ssl_prefer_server_ciphers was added
The ssl_prefer_server_ciphers setting is quite important from asecurity point of view, so simply stating that older versionsdoesn't have it isn't very helpful. This adds the version whenthe GUC was added to help readers.Backpatch to all supported versions since this setting has beenaround 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.seBackpatch-through: v12
1 parent290a6d8 commit1c9acb1

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
@@ -1443,11 +1443,11 @@ include_dir 'conf.d'
14431443
</para>
14441444

14451445
<para>
1446-
OlderPostgreSQL versions do not have this setting and always use the
1447-
client's preferences. This setting is mainly for backward
1448-
compatibility with those versions. Using the server's preferences is
1449-
usually better because it is more likely that the server is appropriately
1450-
configured.
1446+
<productname>PostgreSQL</productname> versionsbefore 9.4do not have
1447+
this setting and always use theclient's preferences. This setting is
1448+
mainly for backwardcompatibility with those versions. Using the
1449+
server's preferences isusually better because it is more likely that
1450+
the server is appropriatelyconfigured.
14511451
</para>
14521452
</listitem>
14531453
</varlistentry>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp