diff options
Diffstat (limited to 'doc/src/sgml/ref/pg_recvlogical.sgml')
-rw-r--r-- | doc/src/sgml/ref/pg_recvlogical.sgml | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/doc/src/sgml/ref/pg_recvlogical.sgml b/doc/src/sgml/ref/pg_recvlogical.sgml index eaea94df8bb..9c7bb1907be 100644 --- a/doc/src/sgml/ref/pg_recvlogical.sgml +++ b/doc/src/sgml/ref/pg_recvlogical.sgml @@ -114,6 +114,32 @@ PostgreSQL documentation <variablelist> <varlistentry> + <term><option>-E <replaceable>lsn</replaceable></option></term> + <term><option>--endpos=<replaceable>lsn</replaceable></option></term> + <listitem> + <para> + In <option>--start</option> mode, automatically stop replication + and exit with normal exit status 0 when receiving reaches the + specified LSN. If specified when not in <option>--start</option> + mode, an error is raised. + </para> + + <para> + If there's a record with LSN exactly equal to <replaceable>lsn</>, + the record will be output. + </para> + + <para> + The <option>--endpos</option> option is not aware of transaction + boundaries and may truncate output partway through a transaction. + Any partially output transaction will not be consumed and will be + replayed again when the slot is next read from. Individual messages + are never truncated. + </para> + </listitem> + </varlistentry> + + <varlistentry> <term><option>-f <replaceable>filename</replaceable></option></term> <term><option>--file=<replaceable>filename</replaceable></option></term> <listitem> @@ -163,32 +189,6 @@ PostgreSQL documentation </varlistentry> <varlistentry> - <term><option>-E <replaceable>lsn</replaceable></option></term> - <term><option>--endpos=<replaceable>lsn</replaceable></option></term> - <listitem> - <para> - In <option>--start</option> mode, automatically stop replication - and exit with normal exit status 0 when receiving reaches the - specified LSN. If specified when not in <option>--start</option> - mode, an error is raised. - </para> - - <para> - If there's a record with LSN exactly equal to <replaceable>lsn</>, - the record will be output. - </para> - - <para> - The <option>--endpos</option> option is not aware of transaction - boundaries and may truncate output partway through a transaction. - Any partially output transaction will not be consumed and will be - replayed again when the slot is next read from. Individual messages - are never truncated. - </para> - </listitem> - </varlistentry> - - <varlistentry> <term><option>--if-not-exists</option></term> <listitem> <para> |