Commit 80ce90b9 authored by Peter Eisentraut's avatar Peter Eisentraut

doc: Improve "replication slot" index entries

Now that we have accumulated two different "replication slot" concepts,
make the index entries consistent.
parent 77fe2b6d
...@@ -876,8 +876,9 @@ primary_conninfo = 'host=192.168.1.50 port=5432 user=foo password=foopass' ...@@ -876,8 +876,9 @@ primary_conninfo = 'host=192.168.1.50 port=5432 user=foo password=foopass'
<sect2 id="streaming-replication-slots"> <sect2 id="streaming-replication-slots">
<title>Replication Slots</title> <title>Replication Slots</title>
<indexterm zone="high-availability"> <indexterm>
<primary>Replication Slots</primary> <primary>replication slot</primary>
<secondary>streaming replication</secondary>
</indexterm> </indexterm>
<para> <para>
Replication slots provide an automated way to ensure that the master does Replication slots provide an automated way to ensure that the master does
......
...@@ -183,13 +183,11 @@ CTRL-C ...@@ -183,13 +183,11 @@ CTRL-C
</sect2> </sect2>
<sect2> <sect2>
<title>Replication Slots</title>
<indexterm> <indexterm>
<primary>Logical Replication Slot</primary> <primary>replication slot</primary>
</indexterm> <secondary>logical replication</secondary>
<indexterm>
<primary>Replication Slot</primary>
</indexterm> </indexterm>
<title>Replication Slots</title>
<para> <para>
In the context of logical replication, a slot represents a stream of 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 changes which can be replayed to a client in the order they were made on
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment