diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/pg_recvlogical.sgml | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/pg_recvlogical.sgml b/doc/src/sgml/ref/pg_recvlogical.sgml index 2946bdae1e5..5166393abeb 100644 --- a/doc/src/sgml/ref/pg_recvlogical.sgml +++ b/doc/src/sgml/ref/pg_recvlogical.sgml @@ -79,8 +79,8 @@ PostgreSQL documentation </para> <para> - The <option>--two-phase</option> can be specified with - <option>--create-slot</option> to enable decoding of prepared transactions. + The <option>--two-phase</option> and <option>--falover</option> options + can be specified with <option>--create-slot</option>. </para> </listitem> </varlistentry> @@ -166,6 +166,16 @@ PostgreSQL documentation </varlistentry> <varlistentry> + <term><option>--failover</option></term> + <listitem> + <para> + Enables the slot to be synchronized to the standbys. This option may + only be specified with <option>--create-slot</option>. + </para> + </listitem> + </varlistentry> + + <varlistentry> <term><option>-f <replaceable>filename</replaceable></option></term> <term><option>--file=<replaceable>filename</replaceable></option></term> <listitem> |