Skip to content

Commit cf5d38f

Browse files
committed
Fix START_REPLICATION syntax in document.
Enclose "TIMELINE tli" part with brackets because it's optional. Backport to 9.3 where TIMELINE option was introduced. Noted by Marko Tiikkaja
1 parent 2f3afc0 commit cf5d38f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/src/sgml/protocol.sgml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1451,11 +1451,12 @@ The commands accepted in walsender mode are:
14511451
</varlistentry>
14521452

14531453
<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>
14551455
<listitem>
14561456
<para>
14571457
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,
14591460
streaming starts on timeline <replaceable class="parameter">tli</>;
14601461
otherwise, the server's current timeline is selected. The server can
14611462
reply with an error, e.g. if the requested section of WAL has already

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy