pgsql: doc: clarify "physical" replication slot creation on the primary

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: clarify "physical" replication slot creation on the primary
Date: 2025-11-14 01:44:24
Message-ID: E1vJirQ-006Use-0R@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: clarify "physical" replication slot creation on the primary

Previously it was not clear that "physical" replication slots were being
discussed, and that they needed to be created on the primary and not the
standby.

Backpatch-through: master

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a5b69e30731fb623715ecf4c8073c0f2dee41678

Modified Files
--------------
doc/src/sgml/high-availability.sgml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2025-11-14 02:35:52 pgsql: doc: clarify "logical" replication slots
Previous Message Bruce Momjian 2025-11-13 23:13:01 pgsql: doc: reorder logical replication benefits in a logical order