pgsql: Improvements to the replication protocol documentation. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Improvements to the replication protocol documentation.
Date
Msg-id E1Wqjqo-0000H6-VX@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Improvements to the replication protocol documentation.

Document the CREATE_REPLICATION_SLOT's output_plugin parameter; that
START_REPLICATION ... LOGICAL takes parameters; that START_REPLICATION
... LOGICAL uses the same messages as ... PHYSICAL; and be more
consistent with the usage of <literal/>.

Michael Paquier, with some additional changes by me.

Branch
------
master

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

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: On OS X, link libpython normally, ignoring the "framework" frame
Next
From: Tom Lane
Date:
Subject: pgsql: PL/Python: Adjust the regression tests for Python 3.4