pgsql: Improvements to the replication protocol documentation.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improvements to the replication protocol documentation.
Date: 2014-05-31 14:01:34
Message-ID: E1Wqjqo-0000H6-VX@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-06-01 19:03:28 pgsql: PL/Python: Adjust the regression tests for Python 3.4
Previous Message Tom Lane 2014-05-30 22:19:32 pgsql: On OS X, link libpython normally, ignoring the "framework" frame