pgsql: doc: Add missing GUCs to SSL SNI docs - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: doc: Add missing GUCs to SSL SNI docs
Date
Msg-id E1wDIwt-001EHw-2W@gemulon.postgresql.org
Whole thread
List 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@yesql.se>
Reported-by: Fujii Masao <masao.fujii@gmail.com>
Reviewed-by: Fujii Masao <masao.fujii@gmail.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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: MSVC: Turn missing function declaration into an error
Next
From: Fujii Masao
Date:
Subject: pgsql: Use XLogRecPtrIsValid() consistently for WAL position checks