Documentation on Streaming Replication interface for Logical Decoding

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: pgsql-docs(at)postgresql(dot)org
Subject: Documentation on Streaming Replication interface for Logical Decoding
Date: 2015-11-09 22:40:27
Message-ID: 5F0285CB-3926-4DF7-9DE0-CEEBC1DE3AEB@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

In section 46.3 (Streaming Replication Protocol Interface) the create command
for logical slots, CREATE_REPLICATION_SLOT, is defined as taking “options”
after the LOGICAL keyword when it in fact requires the plugin name. The start
command is correctly listing the options but isn’t listing the required start
position.

The attached patch synchronizes these command signatures with the more detailed
descriptions in section 50.3* (Streaming Replication Protocol).

cheers ./daniel

(*) Section number from the 9.5beta1 manual

Attachment Content-Type Size
log_dec_doc.diff application/octet-stream 1.2 KB

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Michael Paquier 2015-11-10 04:59:27 Re: Documentation on Streaming Replication interface for Logical Decoding
Previous Message Michael Paquier 2015-11-04 06:24:25 Re: Numeric Type Serial Range