pgsql: Fix START_REPLICATION syntax in document. - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: Fix START_REPLICATION syntax in document.
Date
Msg-id E1WS2Uy-0006fp-MN@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/08ca107425cb21b8f6b029c4919479dc04241a7d

Modified Files
--------------
doc/src/sgml/protocol.sgml |    8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: Fix START_REPLICATION syntax in document.
Next
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Introduce jsonb, a structured format for storing json.