File tree 2 files changed +6
-7
lines changed
2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -876,8 +876,9 @@ primary_conninfo = 'host=192.168.1.50 port=5432 user=foo password=foopass'
876
876
877
877
<sect2 id="streaming-replication-slots">
878
878
<title>Replication Slots</title>
879
- <indexterm zone="high-availability">
880
- <primary>Replication Slots</primary>
879
+ <indexterm>
880
+ <primary>replication slot</primary>
881
+ <secondary>streaming replication</secondary>
881
882
</indexterm>
882
883
<para>
883
884
Replication slots provide an automated way to ensure that the master does
Original file line number Diff line number Diff line change @@ -183,13 +183,11 @@ CTRL-C
183
183
</sect2>
184
184
185
185
<sect2>
186
+ <title>Replication Slots</title>
186
187
<indexterm>
187
- <primary>Logical Replication Slot</primary>
188
- </indexterm>
189
- <indexterm>
190
- <primary>Replication Slot</primary>
188
+ <primary>replication slot</primary>
189
+ <secondary>logical replication</secondary>
191
190
</indexterm>
192
- <title>Replication Slots</title>
193
191
<para>
194
192
In the context of logical replication, a slot represents a stream of
195
193
changes which can be replayed to a client in the order they were made on
You can’t perform that action at this time.
0 commit comments