pgsql: doc: Clarify the system value for sslrootcert

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Clarify the system value for sslrootcert
Date: 2025-04-04 07:51:26
Message-ID: E1u0bpm-002b0w-1U@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Clarify the system value for sslrootcert

The documentation for the special value "system" for sslrootcert could
be misinterpreted to mean the default operating system CA store, which
it may be, but it's defined to be the default CA store of the SSL lib
used.

Backpatch down to v16 where support for the system value was added.

Author: Daniel Gustafsson <daniel(at)yesql(dot)se>
Reviewed-by: George MacKerron <george(at)mackerron(dot)co(dot)uk>
Discussion: https://postgr.es/m/B3CBBAA3-6EA3-4AB7-8619-4BBFAB93DDB4@yesql.se
Backpatch-through: 16

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/c88b36d382ebb7925db9f713dcf5ad8ca1bbae71

Modified Files
--------------
doc/src/sgml/libpq.sgml | 2 +-
doc/src/sgml/runtime.sgml | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2025-04-04 07:52:15 pgsql: doc: Clarify the system value for sslrootcert
Previous Message Daniel Gustafsson 2025-04-04 07:50:38 pgsql: doc: Clarify the system value for sslrootcert