mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-07 19:47:50 +08:00
doc: Improve "replication slot" index entries
Now that we have accumulated two different "replication slot" concepts, make the index entries consistent.
This commit is contained in:
parent
77fe2b6d79
commit
80ce90b9c4
@ -876,8 +876,9 @@ primary_conninfo = 'host=192.168.1.50 port=5432 user=foo password=foopass'
|
||||
|
||||
<sect2 id="streaming-replication-slots">
|
||||
<title>Replication Slots</title>
|
||||
<indexterm zone="high-availability">
|
||||
<primary>Replication Slots</primary>
|
||||
<indexterm>
|
||||
<primary>replication slot</primary>
|
||||
<secondary>streaming replication</secondary>
|
||||
</indexterm>
|
||||
<para>
|
||||
Replication slots provide an automated way to ensure that the master does
|
||||
|
@ -183,13 +183,11 @@ CTRL-C
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<indexterm>
|
||||
<primary>Logical Replication Slot</primary>
|
||||
</indexterm>
|
||||
<indexterm>
|
||||
<primary>Replication Slot</primary>
|
||||
</indexterm>
|
||||
<title>Replication Slots</title>
|
||||
<indexterm>
|
||||
<primary>replication slot</primary>
|
||||
<secondary>logical replication</secondary>
|
||||
</indexterm>
|
||||
<para>
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user