Re: DOCS: Avoid using abbreviation "aka"

From: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: Peter Smith <smithpb2250(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: DOCS: Avoid using abbreviation "aka"
Date: 2024-02-29 09:12:08
Message-ID: CAA4eK1JoUPfOimn33nk1d_Yk=mUVU+XKp6ri+CoZ_V7UcK37eg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Feb 29, 2024 at 12:02 PM Michael Paquier <michael(at)paquier(dot)xyz> wrote:
>
> 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.
>

+1. LGTM as well.

--
With Regards,
Amit Kapila.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Laurenz Albe 2024-02-29 09:14:36 Re: DOCS: Avoid using abbreviation "aka"
Previous Message Andrei Lepikhov 2024-02-29 08:59:23 Re: POC, WIP: OR-clause support for indexes