Re: DOCS: Avoid using abbreviation "aka" - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: DOCS: Avoid using abbreviation "aka"
Date
Msg-id ZeAk41cAHIwQU9_L@paquier.xyz
Whole thread Raw
In response to DOCS: Avoid using abbreviation "aka"  (Peter Smith <smithpb2250@gmail.com>)
Responses Re: DOCS: Avoid using abbreviation "aka"
List pgsql-hackers
On Thu, Feb 29, 2024 at 04:51:50PM +1100, Peter Smith wrote:
> HEAD
> For the synchronization to work, it is mandatory to have a physical
> replication slot between the primary and the standby aka
> primary_slot_name should be configured on the standby, and
> hot_standby_feedback must be enabled on the standby.
>
> SUGGESTION
> For the synchronization to work, it is mandatory to have a physical
> replication slot between the primary and the standby (i.e.,
> primary_slot_name should be configured on the standby), and
> hot_standby_feedback must be enabled on the standby.

I agree that this is not a good practice in user-visible docs, and
that your suggested is more pleasant to read.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Injection points: some tools to wait and wake
Next
From: Moaaz Assali
Date:
Subject: Re: Fix for edge case in date_bin() function