Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit80ce90b

Browse files
committed
doc: Improve "replication slot" index entries
Now that we have accumulated two different "replication slot" concepts,make the index entries consistent.
1 parent77fe2b6 commit80ce90b

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

‎doc/src/sgml/high-availability.sgml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

‎doc/src/sgml/logicaldecoding.sgml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp