mirror of
https://github.com/postgres/postgres.git
synced 2025-07-14 08:21:07 +03:00
Put new command-line options in alphabetical order
This commit is contained in:
@ -113,6 +113,32 @@ PostgreSQL documentation
|
||||
output and other replication behavior:
|
||||
|
||||
<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>
|
||||
@ -162,32 +188,6 @@ PostgreSQL documentation
|
||||
</listitem>
|
||||
</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>
|
||||
|
Reference in New Issue
Block a user