diff options
author | Fujii Masao <fujii@postgresql.org> | 2016-01-29 12:14:56 +0900 |
---|---|---|
committer | Fujii Masao <fujii@postgresql.org> | 2016-01-29 12:15:34 +0900 |
commit | cb89a3afaa7196954fed42b7b823b5cdfbf2a455 (patch) | |
tree | 0d050f08fd1f91a0d7bd39992d5a835caf0fd6dc | |
parent | db58a95931daaa6a593f9d7968bf6adec070ce6d (diff) | |
download | postgresql-cb89a3afaa7196954fed42b7b823b5cdfbf2a455.tar.gz postgresql-cb89a3afaa7196954fed42b7b823b5cdfbf2a455.zip |
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
-rw-r--r-- | doc/src/sgml/logicaldecoding.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/logicaldecoding.sgml b/doc/src/sgml/logicaldecoding.sgml index 7249cae58f1..84f13cbb91d 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 <itemizedlist> <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> @@ -288,7 +288,7 @@ $ pg_recvlogical -d postgres --slot test --drop-slot </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> </itemizedlist> are used to create, drop, and stream changes from a replication |