diff options
Diffstat (limited to 'doc/src/sgml/high-availability.sgml')
-rw-r--r-- | doc/src/sgml/high-availability.sgml | 5 |
1 files changed, 3 insertions, 2 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 |