Обсуждение: pgsql: Doc: Update information about manually creating slots.

Поиск
Список
Период
Сортировка

pgsql: Doc: Update information about manually creating slots.

От
Amit Kapila
Дата:
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(-)