Re: Document when ssl_prefer_server_ciphers went in
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: pgsql-docs <pgsql-docs@lists.postgresql.org>
Date: 2024-07-03T16:51:57Z
Lists: pgsql-docs
> On 3 Jul 2024, at 18:22, Tom Lane <tgl@sss.pgh.pa.us> wrote: > > Daniel Gustafsson <daniel@yesql.se> writes: >> In the documentation for ssl_prefer_server_ciphers we only say it's not in >> "older version" but we omit to specify it further. Since it's a fairly >> important setting for security I think it makes sense to add the version to >> help users, as in the small attached diff (which also adds proper markup in the >> paragraph while in there). > > This could be shortened perhaps: > > - Older PostgreSQL versions do not have this setting and always use the > + <productname>PostgreSQL</productname> versions before 9.4 do not have this setting and always use the Good idea, that reads better. -- Daniel Gustafsson
Commits
-
doc: Specify when ssl_prefer_server_ciphers was added
- 1c9acb14ae0c 17.0 landed
- fbe039fa61de 13.16 landed
- f699ce85771c 14.13 landed
- ab0ae6432062 18.0 landed
- 678b5455830c 16.4 landed
- 65b51c75415d 12.20 landed
- 0e3df0e3c96c 15.8 landed