| From: | Daniel Gustafsson <daniel(at)yesql(dot)se> |
|---|---|
| To: | Michael Paquier <michael(dot)paquier(at)gmail(dot)com> |
| Cc: | pgsql-docs(at)postgresql(dot)org |
| Subject: | Re: Documentation on Streaming Replication interface for Logical Decoding |
| Date: | 2015-11-10 06:47:08 |
| Message-ID: | 5DA6E9E3-1003-4FC8-B65B-4294A1492981@yesql.se |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-docs |
> On 10 Nov 2015, at 05:59, Michael Paquier <michael(dot)paquier(at)gmail(dot)com> wrote:
>
> On Tue, Nov 10, 2015 at 7:40 AM, Daniel Gustafsson <daniel(at)yesql(dot)se> wrote:
>> 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).
>>
>> (*) Section number from the 9.5beta1 manual
>
> Why do we need to maintain the semantics of those commands in two
> places by the way? There is already a link to the replication protocol
> page in logicaldecoding.sgml, hence it seems to me that we had better
> just cite the command names, per se the attached.
Thats a perfectly reasonable approach as well, admittedly I don’t see much
point in the duplication.
cheers ./daniel
| From | Date | Subject | |
|---|---|---|---|
| Next Message | LeeHyung Joo - Kevin | 2015-11-12 01:51:15 | Korean version of documentation(part III) was published |
| Previous Message | Michael Paquier | 2015-11-10 04:59:27 | Re: Documentation on Streaming Replication interface for Logical Decoding |