Re: Document when ssl_prefer_server_ciphers went in

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Daniel Gustafsson <daniel@yesql.se>
Cc: pgsql-docs <pgsql-docs@lists.postgresql.org>
Date: 2024-07-03T16:22:43Z
Lists: pgsql-docs
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

			regards, tom lane



Commits

  1. doc: Specify when ssl_prefer_server_ciphers was added