Re: DOCS: Avoid using abbreviation "aka"

Michael Paquier <michael@paquier.xyz>

From: Michael Paquier <michael@paquier.xyz>
To: Peter Smith <smithpb2250@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2024-02-29T06:32:03Z
Lists: 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

Commits

  1. Doc: Improve replication slot synchronization section.

  2. Add a slot synchronization function.