Re: Changing "Hot Standby" to "hot standby"

Robert Treat <rob@xzilla.net>

From: Robert Treat <rob@xzilla.net>
To: "Daniel Westermann (DWE)" <daniel.westermann@dbi-services.com>
Cc: Kyotaro Horiguchi <horikyota.ntt@gmail.com>, "aleksander@timescale.com" <aleksander@timescale.com>, "pgsql-hackers@lists.postgresql.org" <pgsql-hackers@lists.postgresql.org>
Date: 2022-03-08T23:30:37Z
Lists: pgsql-hackers
On Mon, Mar 7, 2022 at 11:06 AM Daniel Westermann (DWE)
<daniel.westermann@dbi-services.com> wrote:
>
> >>> Thanks for having a look. Are you suggesting to change it like this?
> >>> -    Hot Standby is the term used to describe the ability to connect to
> >>> +    Hot standby is the term used to describe the ability to connect to
>
> >>Yes.  Isn't it the right form of a sentence?
>
> I've created and entry in the Commitfest 2022-07 for this.
>
I think one more small change...

    A standby server can also be used for read-only queries, in which case
-   it is called a Hot Standby server. See <xref linkend="hot-standby"/> for
+   it is called a hot standby server. See <xref linkend="hot-standby"/> for
    more information.

    A standby server can also be used for read-only queries, in which case
-   it is called a Hot Standby server. See <xref linkend="hot-standby"/> for
+   it is called a <firstterm>hot standby</firstterm> server. See
<xref linkend="hot-standby"/> for
    more information.

Robert Treat
https://xzilla.net



Commits

  1. doc: Standardize capitalization of term "hot standby"/"Hot Standby"