From c35c4ec45443cfb36893ce15769659c60fb80f3b Mon Sep 17 00:00:00 2001 From: Fujii Masao Date: Fri, 29 Jan 2016 12:14:56 +0900 Subject: [PATCH] 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 --- doc/src/sgml/logicaldecoding.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/logicaldecoding.sgml b/doc/src/sgml/logicaldecoding.sgml index 1ae5eb6ae3..e841348b07 100644 --- a/doc/src/sgml/logicaldecoding.sgml +++ b/doc/src/sgml/logicaldecoding.sgml @@ -280,7 +280,7 @@ $ pg_recvlogical -d postgres --slot test --drop-slot The commands - CREATE_REPLICATION_SLOT slot_name LOGICAL options + CREATE_REPLICATION_SLOT slot_name LOGICAL output_plugin @@ -288,7 +288,7 @@ $ pg_recvlogical -d postgres --slot test --drop-slot - START_REPLICATION SLOT slot_name LOGICAL options + START_REPLICATION SLOT slot_name LOGICAL ... are used to create, drop, and stream changes from a replication -- 2.40.0