pgsql: doc: Add missing GUCs to SSL SNI docs

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Add missing GUCs to SSL SNI docs
Date: 2026-04-16 09:23:48
Message-ID: E1wDIwt-001EHw-2W@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Add missing GUCs to SSL SNI docs

The ssl_sni and hosts_file GUCs were missing from the configuration
section of the documentation, they were only described in the main
SSL SNI subsection. This adds the GUCs to the relevant sections as
well as rewords the existing SSL SNI documentation to refer to the
settings along with a few smaller fixups.

Author: Daniel Gustafsson <daniel(at)yesql(dot)se>
Reported-by: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
Reviewed-by: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAHGQGwESD2Pty+J1kP3mXmWwMKZ5uJmknZdJsSGrMSRR6CQBmw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4abcdc1bbebfaeffc072296711e8a2af8d7d7cdf

Modified Files
--------------
doc/src/sgml/config.sgml | 45 +++++++++++++++++++++++++++++++++++++++++----
doc/src/sgml/runtime.sgml | 29 ++++++++++++++---------------
2 files changed, 55 insertions(+), 19 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2026-04-16 09:26:47 Re: pgsql: ssl: Serverside SNI support for libpq
Previous Message Peter Eisentraut 2026-04-16 07:53:14 pgsql: MSVC: Turn missing function declaration into an error