pgsql: Doc: Update information about manually creating slots. - Mailing list pgsql-committers

From Amit Kapila
Subject pgsql: Doc: Update information about manually creating slots.
Date
Msg-id E1oq7C7-0004Fm-Tw@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Improve the description of XLOG_RUNNING_XACTS.
Next
From: Etsuro Fujita
Date:
Subject: pgsql: Fix copy-and-pasteo in comment.