File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 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'
876876
877877 <sect2 id="streaming-replication-slots">
878878 <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>
881882 </indexterm>
882883 <para>
883884 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
183183 </sect2>
184184
185185 <sect2>
186+ <title>Replication Slots</title>
186187 <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>
191190 </indexterm>
192- <title>Replication Slots</title>
193191 <para>
194192 In the context of logical replication, a slot represents a stream of
195193 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