aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2016-08-11 15:09:24 -0400
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2016-08-11 15:13:57 -0400
commit371b572df2d7e24750f8d0fc2e45d673ac70beec (patch)
treebb38f3ec4e9087473d96e4774853265df75d0cc6
parente3049285a3b8790e26e584fdf1ca31ea2e2eb4bc (diff)
downloadpostgresql-371b572df2d7e24750f8d0fc2e45d673ac70beec.tar.gz
postgresql-371b572df2d7e24750f8d0fc2e45d673ac70beec.zip
Add ID property to replication slots' sect2
-rw-r--r--doc/src/sgml/logicaldecoding.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/logicaldecoding.sgml b/doc/src/sgml/logicaldecoding.sgml
index b29a90ac7cd..c42082002e0 100644
--- a/doc/src/sgml/logicaldecoding.sgml
+++ b/doc/src/sgml/logicaldecoding.sgml
@@ -192,7 +192,7 @@ $ pg_recvlogical -d postgres --slot test --drop-slot
</para>
</sect2>
- <sect2>
+ <sect2 id="logicaldecoding-replication-slots">
<title>Replication Slots</title>
<indexterm>