File tree 1 file changed +2
-2
lines changed
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
280
280
The commands
281
281
<itemizedlist>
282
282
<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>
284
284
</listitem>
285
285
286
286
<listitem>
287
287
<para><literal>DROP_REPLICATION_SLOT <replaceable>slot_name</replaceable></literal></para>
288
288
</listitem>
289
289
290
290
<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>
292
292
</listitem>
293
293
</itemizedlist>
294
294
are used to create, drop, and stream changes from a replication
You can’t perform that action at this time.
0 commit comments