pgsql: doc: Add info about replication slot management

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: doc: Add info about replication slot management
Date: 2017-05-09 14:26:34
Message-ID: E1d865y-0006uH-3Y@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Add info about replication slot management

Add some more information about managing replication slots associated
with logical replication subscriptions.

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/logical-replication.sgml | 60 +++++++++++++++++++++++++++++++++++
1 file changed, 60 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-05-09 14:59:46 pgsql: pg_dump: Add --no-subscriptions option
Previous Message Peter Eisentraut 2017-05-09 14:20:53 pgsql: Remove the NODROP SLOT option from DROP SUBSCRIPTION