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 <dan...@yesql.se> Reviewed-by: George MacKerron <geo...@mackerron.co.uk> Discussion: https://postgr.es/m/b3cbbaa3-6ea3-4ab7-8619-4bbfab93d...@yesql.se Backpatch-through: 16 Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/daa16893faa96246d758eb2cc27e2f75c5308296 Modified Files -------------- doc/src/sgml/libpq.sgml | 2 +- doc/src/sgml/runtime.sgml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-)