pgsql: Add missing index terms for replication commands in the document - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: Add missing index terms for replication commands in the document
Date
Msg-id E1XJCpk-000532-Qu@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add missing index terms for replication commands in the document.

Previously only CREATE_REPLICATION_SLOT was exposed as an index term.
That's odd and there is no reason not to add index terms for other
replication commands.

Back-patch to 9.4.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/3e9f70f1287b9324e398a084a8e881ea6aefc3eb

Modified Files
--------------
doc/src/sgml/protocol.sgml |   26 +++++++++++++++++++-------
1 file changed, 19 insertions(+), 7 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Make an editorial pass over the 9.4 release notes.
Next
From: Fujii Masao
Date:
Subject: pgsql: Add missing index terms for replication commands in the document