From 80ce90b9c40d10dc3acaf10ac0975c3b8d1e3289 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 22 Apr 2014 15:22:10 -0400 Subject: [PATCH] doc: Improve "replication slot" index entries Now that we have accumulated two different "replication slot" concepts, make the index entries consistent. --- doc/src/sgml/high-availability.sgml | 5 +++-- doc/src/sgml/logicaldecoding.sgml | 8 +++----- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml index 39d7467ddd..7bba651544 100644 --- a/doc/src/sgml/high-availability.sgml +++ b/doc/src/sgml/high-availability.sgml @@ -876,8 +876,9 @@ primary_conninfo = 'host=192.168.1.50 port=5432 user=foo password=foopass' Replication Slots - - Replication Slots + + replication slot + streaming replication Replication slots provide an automated way to ensure that the master does diff --git a/doc/src/sgml/logicaldecoding.sgml b/doc/src/sgml/logicaldecoding.sgml index 965b0e1118..9cbd12c416 100644 --- a/doc/src/sgml/logicaldecoding.sgml +++ b/doc/src/sgml/logicaldecoding.sgml @@ -183,13 +183,11 @@ CTRL-C + Replication Slots - Logical Replication Slot - - - Replication Slot + replication slot + logical replication - Replication Slots In the context of logical replication, a slot represents a stream of changes which can be replayed to a client in the order they were made on -- 2.40.0