pgsql: doc: Standardize capitalization of term "hot standby"/"Hot Stand - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: doc: Standardize capitalization of term "hot standby"/"Hot Stand
Date
Msg-id E1nSYaS-000DzX-3T@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Standardize capitalization of term "hot standby"/"Hot Standby"

"Hot Standby" was capitalized in a couple of places in the docs, as the
style primarily used when it was introduced, but this has not been much
respected across the years.  Per discussion, it is more natural for the
reader to use "hot standby" (aka lower-case only) when in the middle of
a sentence, and "Hot standby" (aka capitalized) in a title.  This commit
adjusts all the places in the docs to be consistent with this choice,
rather than applying one style or the other midway.

Author: Daniel Westermann
Reviewed-by: Kyotaro Horiguchi, Aleksander Alekseev, Robert Treat
Discussion: https://postgr.es/m/GVAP278MB093160025A779A1A5788D0EAD2039@GVAP278MB0931.CHEP278.PROD.OUTLOOK.COM

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9198e6399664c34985236b7a88a8efae96be633b

Modified Files
--------------
doc/src/sgml/amcheck.sgml           |  2 +-
doc/src/sgml/config.sgml            |  6 +++---
doc/src/sgml/high-availability.sgml | 26 +++++++++++++-------------
doc/src/sgml/mvcc.sgml              |  2 +-
doc/src/sgml/protocol.sgml          |  6 +++---
5 files changed, 21 insertions(+), 21 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Add support for zstd with compression of full-page writes in WAL
Next
From: Peter Eisentraut
Date:
Subject: pgsql: DefineCollation() code cleanup