File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -1400,12 +1400,14 @@ The commands accepted in walsender mode are:
1400
1400
</varlistentry>
1401
1401
1402
1402
<varlistentry>
1403
- <term>START_REPLICATION <replaceable class="parameter">XXX/XXX</> TIMELINE <replaceable class="parameter">tli</></term>
1403
+ <term>START_REPLICATION <replaceable class="parameter">XXX/XXX</> [<literal> TIMELINE</literal> <replaceable class="parameter">tli</>] </term>
1404
1404
<listitem>
1405
1405
<para>
1406
1406
Instructs server to start streaming WAL, starting at
1407
- WAL position <replaceable class="parameter">XXX/XXX</> on timeline
1408
- <replaceable class="parameter">tli</>.
1407
+ WAL position <replaceable class="parameter">XXX/XXX</>.
1408
+ If <literal>TIMELINE</literal> option is specified,
1409
+ streaming starts on timeline <replaceable class="parameter">tli</>;
1410
+ otherwise, the server's current timeline is selected.
1409
1411
The server can reply with an error, e.g. if the requested section of WAL
1410
1412
has already been recycled. On success, server responds with a
1411
1413
CopyBothResponse message, and then starts to stream WAL to the frontend.
You can’t perform that action at this time.
0 commit comments