Fix START_REPLICATION syntax in document.
authorFujii Masao
Mon, 24 Mar 2014 10:23:32 +0000 (19:23 +0900)
committerFujii Masao
Mon, 24 Mar 2014 10:30:32 +0000 (19:30 +0900)
Enclose "TIMELINE tli" part with brackets because it's optional.

Backport to 9.3 where TIMELINE option was introduced.

Noted by Marko Tiikkaja

doc/src/sgml/protocol.sgml

index ea48c270852c02c448affb30d06db3187f13320d..36d16a557c924b58132e6de431780083126b7e06 100644 (file)
@@ -1451,11 +1451,12 @@ The commands accepted in walsender mode are:
   
 
   
-    START_REPLICATION [SLOT slotname] [PHYSICALXXX/XXX TIMELINE tli
+    START_REPLICATION [SLOT slotname] [PHYSICALXXX/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