pgsql: Doc: Update information about manually creating slots.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: Update information about manually creating slots.
Date: 2022-11-02 06:25:47
Message-ID: E1oq7C7-0004Fm-Tw@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: Update information about manually creating slots.

There are some cases (e.g. when the subscription is created using the
connect = false option) where the remote replication slot was not created
automatically and the user must create it manually before the subscription
can be activated. There was not enough information in the docs for users
to do this easily.

Author: Peter Smith
Reviewd by: Shi yu, Amit Kapila
Discussion: https://postgr.es/m/CAHut+PvqdqOanheWSHDyhQiF+Z-7w=-+k4U+bwbT=b6YQ_hrXQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/155601de7fdb71e1e11193aed52673be145872d4

Modified Files
--------------
doc/src/sgml/logical-replication.sgml | 159 +++++++++++++++++++++++++++++-
doc/src/sgml/ref/create_subscription.sgml | 34 ++++---
2 files changed, 179 insertions(+), 14 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Etsuro Fujita 2022-11-02 09:29:15 pgsql: Fix copy-and-pasteo in comment.
Previous Message Amit Kapila 2022-11-02 04:41:57 pgsql: Improve the description of XLOG_RUNNING_XACTS.