From: Fujii Masao Date: Mon, 24 Mar 2014 10:23:32 +0000 (+0900) Subject: Fix START_REPLICATION syntax in document. X-Git-Tag: REL9_4_BETA1~287 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf5d38f4b9bcdf035c46ca8b3e5442557a21ef34;p=postgresql 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 --- diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml index ea48c27085..36d16a557c 100644 --- a/doc/src/sgml/protocol.sgml +++ b/doc/src/sgml/protocol.sgml @@ -1451,11 +1451,12 @@ The commands accepted in walsender mode are: - START_REPLICATION [SLOT slotname] [PHYSICAL] XXX/XXX TIMELINE tli + START_REPLICATION [SLOT slotname] [PHYSICAL] XXX/XXX [TIMELINE tli] Instructs server to start streaming WAL, starting at - WAL position XXX/XXX. If specified, + WAL position XXX/XXX. + If TIMELINE option is specified, streaming starts on timeline tli; otherwise, the server's current timeline is selected. The server can reply with an error, e.g. if the requested section of WAL has already