pgsql: Fix START_REPLICATION syntax in document.

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix START_REPLICATION syntax in document.
Date: 2014-03-24 10:52:56
Message-ID: E1WS2Uy-0006fn-LJ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/cf5d38f4b9bcdf035c46ca8b3e5442557a21ef34

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

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2014-03-24 14:42:01 Re: pgsql: Introduce jsonb, a structured format for storing json.
Previous Message Heikki Linnakangas 2014-03-24 09:05:20 pgsql: Remove dead code and add comments.