pgsql: Doc: minor improvements to SNI documentation.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: minor improvements to SNI documentation.
Date: 2026-03-23 19:34:10
Message-ID: E1w4l2P-0017xp-0m@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: minor improvements to SNI documentation.

My attention was drawn to this new documentation by overlength-line
complaints in the PDF docs builds: the synopsis for hostname lines was
too wide. I initially thought of shortening the parameter names to
fit, but it turns out that adding <optional> markup is enough to
persuade DocBook to break the line, and that seems more helpful
anyway.

While here, I couldn't resist some copy-editing, mostly being
consistent about whether to use Oxford commas or not. The biggest
change was to re-order the entries in the hostname-values table to
match the running text.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7c08a7e809721212b0c2b694cd19bd4379b8974f

Modified Files
--------------
doc/src/sgml/runtime.sgml | 45 +++++++++++++++++++++++----------------------
1 file changed, 23 insertions(+), 22 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2026-03-23 21:25:17 pgsql: Silence compiler warning from older compilers.
Previous Message Tom Lane 2026-03-23 18:49:14 pgsql: Doc: document how EXPLAIN ANALYZE reports parallel queries.