From: | Michael Paquier <michael(at)paquier(dot)xyz> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: doc: Standardize capitalization of term "hot standby"/"Hot Stand |
Date: | 2022-03-11 06:17:16 |
Message-ID: | E1nSYaS-000DzX-3T@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2022-03-11 07:54:17 | pgsql: DefineCollation() code cleanup |
Previous Message | Michael Paquier | 2022-03-11 03:19:54 | pgsql: Add support for zstd with compression of full-page writes in WAL |