aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2014-04-22 15:22:10 -0400
committerPeter Eisentraut <peter_e@gmx.net>2014-04-22 15:22:10 -0400
commit80ce90b9c40d10dc3acaf10ac0975c3b8d1e3289 (patch)
tree8aa09c68c0c10e6ccb130650e74040597a192867 /doc/src
parent77fe2b6d795f3f4ed282c9c980920e128a57624e (diff)
downloadpostgresql-80ce90b9c40d10dc3acaf10ac0975c3b8d1e3289.tar.gz
postgresql-80ce90b9c40d10dc3acaf10ac0975c3b8d1e3289.zip
doc: Improve "replication slot" index entries
Now that we have accumulated two different "replication slot" concepts, make the index entries consistent.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/high-availability.sgml5
-rw-r--r--doc/src/sgml/logicaldecoding.sgml8
2 files changed, 6 insertions, 7 deletions
diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml
index 39d7467ddd1..7bba6515446 100644
--- a/doc/src/sgml/high-availability.sgml
+++ b/doc/src/sgml/high-availability.sgml
@@ -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
diff --git a/doc/src/sgml/logicaldecoding.sgml b/doc/src/sgml/logicaldecoding.sgml
index 965b0e11184..9cbd12c416f 100644
--- a/doc/src/sgml/logicaldecoding.sgml
+++ b/doc/src/sgml/logicaldecoding.sgml
@@ -183,13 +183,11 @@ CTRL-C
</sect2>
<sect2>
+ <title>Replication Slots</title>
<indexterm>
- <primary>Logical Replication Slot</primary>
- </indexterm>
- <indexterm>
- <primary>Replication Slot</primary>
+ <primary>replication slot</primary>
+ <secondary>logical replication</secondary>
</indexterm>
- <title>Replication Slots</title>
<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