pgsql: Fix syntax descriptions for replication commands in logicaldecod

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix syntax descriptions for replication commands in logicaldecod
Date: 2016-01-29 03:16:21
Message-ID: E1aOzXp-0003UB-PA@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix syntax descriptions for replication commands in logicaldecoding.sgml

Patch-by: Oleksandr Shulgin
Reviewed-by: Craig Ringer and Fujii Masao
Backpatch-through: 9.4 where logical decoding was introduced

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/logicaldecoding.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-01-29 09:30:16 pgsql: Fix incorrect pattern-match processing in psql's \det command.
Previous Message Robert Haas 2016-01-28 21:46:15 pgsql: postgres_fdw: Refactor deparsing code for locking clauses.