pgsql: Doc: Improve the Replica Identity information.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: Improve the Replica Identity information.
Date: 2025-01-16 03:24:44
Message-ID: E1tYGUu-001qNs-B8@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: Improve the Replica Identity information.

This commit improves the Replica Identity information and clarifies its
related restrictions.

Reported-by: James Coleman
Author: Peter Smith
Co-authored-by: Robert Treat
Reviewed-by: Laurenz Albe, Amit Kapila
Discussion: https://postgr.es/m/CAAaqYe_=7qFSqW7qavvhVy58mmzk1uSQ0RReRiUHyKO5znvr7g@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/965b2cc0a400bc0bc56525f8ae12ddd93c3d5bbd

Modified Files
--------------
doc/src/sgml/logical-replication.sgml | 82 ++++++++++++++++++++++-------------
doc/src/sgml/ref/alter_table.sgml | 3 +-
2 files changed, 55 insertions(+), 30 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2025-01-16 07:40:18 pgsql: Check return of pg_b64_encode() for error
Previous Message Michael Paquier 2025-01-16 00:26:58 pgsql: Move routines to manipulate WAL into PostgreSQL::Test::Cluster