Commit c35c4ec4 authored by Fujii Masao's avatar Fujii Masao

Fix syntax descriptions for replication commands in logicaldecoding.sgml

Patch-by: Oleksandr Shulgin
Reviewed-by: Craig Ringer and Fujii Masao
Backpatch-through: 9.4 where logical decoding was introduced
parent b88ef201
...@@ -280,7 +280,7 @@ $ pg_recvlogical -d postgres --slot test --drop-slot ...@@ -280,7 +280,7 @@ $ pg_recvlogical -d postgres --slot test --drop-slot
The commands The commands
<itemizedlist> <itemizedlist>
<listitem> <listitem>
<para><literal>CREATE_REPLICATION_SLOT <replaceable>slot_name</replaceable> LOGICAL <replaceable>options</replaceable></literal></para> <para><literal>CREATE_REPLICATION_SLOT <replaceable>slot_name</replaceable> LOGICAL <replaceable>output_plugin</replaceable></literal></para>
</listitem> </listitem>
<listitem> <listitem>
...@@ -288,7 +288,7 @@ $ pg_recvlogical -d postgres --slot test --drop-slot ...@@ -288,7 +288,7 @@ $ pg_recvlogical -d postgres --slot test --drop-slot
</listitem> </listitem>
<listitem> <listitem>
<para><literal>START_REPLICATION SLOT <replaceable>slot_name</replaceable> LOGICAL <replaceable>options</replaceable></literal></para> <para><literal>START_REPLICATION SLOT <replaceable>slot_name</replaceable> LOGICAL ...</literal></para>
</listitem> </listitem>
</itemizedlist> </itemizedlist>
are used to create, drop, and stream changes from a replication are used to create, drop, and stream changes from a replication
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment