Re: Changing "Hot Standby" to "hot standby"
Aleksander Alekseev <aleksander@timescale.com>
From: Aleksander Alekseev <aleksander@timescale.com>
To: "Daniel Westermann (DWE)" <daniel.westermann@dbi-services.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-03-02T13:44:19Z
Lists: pgsql-hackers
Hi Daniel, > Here is a patch that changes "Hot Standby" to "hot standby" in high-availability.sgml, so we have a consistent wording. > Thoughts? ``` - <title>Hot Standby Parameter Reference</title> + <title>hot standby Parameter Reference</title> ``` Pretty sure that for titles we should keep English capitalization rules. -- Best regards, Aleksander Alekseev
Commits
-
doc: Standardize capitalization of term "hot standby"/"Hot Standby"
- 9198e6399664 15.0 landed