diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2016-08-11 15:09:24 -0400 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2016-08-11 15:13:57 -0400 |
commit | 371b572df2d7e24750f8d0fc2e45d673ac70beec (patch) | |
tree | bb38f3ec4e9087473d96e4774853265df75d0cc6 | |
parent | e3049285a3b8790e26e584fdf1ca31ea2e2eb4bc (diff) | |
download | postgresql-371b572df2d7e24750f8d0fc2e45d673ac70beec.tar.gz postgresql-371b572df2d7e24750f8d0fc2e45d673ac70beec.zip |
Add ID property to replication slots' sect2
-rw-r--r-- | doc/src/sgml/logicaldecoding.sgml | 2 |
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> |