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 requ
On Tue, Nov 10, 2015 at 7:40 AM, Daniel Gustafsson 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
>
> On 10 Nov 2015, at 05:59, Michael Paquier wrote:
>
> On Tue, Nov 10, 2015 at 7:40 AM, Daniel Gustafsson 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 key