pgsql: Doc: minor improvements to SNI documentation. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Doc: minor improvements to SNI documentation.
Date
Msg-id E1w4l2P-0017xp-0m@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Doc: document how EXPLAIN ANALYZE reports parallel queries.
Next
From: Tom Lane
Date:
Subject: pgsql: Silence compiler warning from older compilers.