Re: Changing "Hot Standby" to "hot standby" - Mailing list pgsql-hackers

From Robert Treat
Subject Re: Changing "Hot Standby" to "hot standby"
Date
Msg-id CABV9wwPAq25BUt=oF4CpbS2-xj0RcERn82XHe3Lt+NBagS7mRQ@mail.gmail.com
Whole thread Raw
In response to Re: Changing "Hot Standby" to "hot standby"  ("Daniel Westermann (DWE)" <daniel.westermann@dbi-services.com>)
Responses Re: Changing "Hot Standby" to "hot standby"  ("Daniel Westermann (DWE)" <daniel.westermann@dbi-services.com>)
List 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



pgsql-hackers by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: Naming of the different stats systems / "stats collector"
Next
From: Jacob Champion
Date:
Subject: Re: Add non-blocking version of PQcancel