@@ -1451,11 +1451,12 @@ The commands accepted in walsender mode are:
1451
1451
</varlistentry>
1452
1452
1453
1453
<varlistentry>
1454
- <term><literal>START_REPLICATION</literal> [<literal>SLOT</literal> <replaceable class="parameter">slotname</>] [<literal>PHYSICAL</literal>] <replaceable class="parameter">XXX/XXX</> <literal>TIMELINE</literal> <replaceable class="parameter">tli</></term>
1454
+ <term><literal>START_REPLICATION</literal> [<literal>SLOT</literal> <replaceable class="parameter">slotname</>] [<literal>PHYSICAL</literal>] <replaceable class="parameter">XXX/XXX</>[ <literal>TIMELINE</literal> <replaceable class="parameter">tli</>] </term>
1455
1455
<listitem>
1456
1456
<para>
1457
1457
Instructs server to start streaming WAL, starting at
1458
- WAL position <replaceable class="parameter">XXX/XXX</>. If specified,
1458
+ WAL position <replaceable class="parameter">XXX/XXX</>.
1459
+ If <literal>TIMELINE</literal> option is specified,
1459
1460
streaming starts on timeline <replaceable class="parameter">tli</>;
1460
1461
otherwise, the server's current timeline is selected. The server can
1461
1462
reply with an error, e.g. if the requested section of WAL has already