File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -280,15 +280,15 @@ $ pg_recvlogical -d postgres --slot test --drop-slot
280280 The commands
281281 <itemizedlist>
282282 <listitem>
283- <para><literal>CREATE_REPLICATION_SLOT <replaceable>slot_name</replaceable> LOGICAL <replaceable>options </replaceable></literal></para>
283+ <para><literal>CREATE_REPLICATION_SLOT <replaceable>slot_name</replaceable> LOGICAL <replaceable>output_plugin </replaceable></literal></para>
284284 </listitem>
285285
286286 <listitem>
287287 <para><literal>DROP_REPLICATION_SLOT <replaceable>slot_name</replaceable></literal></para>
288288 </listitem>
289289
290290 <listitem>
291- <para><literal>START_REPLICATION SLOT <replaceable>slot_name</replaceable> LOGICAL <replaceable>options</replaceable> </literal></para>
291+ <para><literal>START_REPLICATION SLOT <replaceable>slot_name</replaceable> LOGICAL ... </literal></para>
292292 </listitem>
293293 </itemizedlist>
294294 are used to create, drop, and stream changes from a replication
You can’t perform that action at this time.
0 commit comments