Re: extensible options syntax for replication parser? - Mailing list pgsql-hackers

From Robert Haas
Subject Re: extensible options syntax for replication parser?
Date
Msg-id CA+TgmoYid3oqn9EwUiK1+3PW82CF9ir9hJ6J+0n0BgFZLr2BTA@mail.gmail.com
Whole thread Raw
In response to Re: extensible options syntax for replication parser?  (tushar <tushar.ahuja@enterprisedb.com>)
Responses Re: extensible options syntax for replication parser?
Re: extensible options syntax for replication parser?
List pgsql-hackers
On Thu, Sep 23, 2021 at 2:55 AM tushar <tushar.ahuja@enterprisedb.com> wrote:
> l checked and look like the issue is still not fixed against v7-* patches -
>
> postgres=#  create subscription test CONNECTION 'host=127.0.0.1 user=edb dbname=postgres' PUBLICATION p with
(create_slot= true);
 
> ERROR:  could not create replication slot "test": ERROR:  syntax error

Thanks. Looks like that version had some stupid mistakes. Here's a new one.

-- 
Robert Haas
EDB: http://www.enterprisedb.com

Attachment

pgsql-hackers by date:

Previous
From: John Naylor
Date:
Subject: Re: mark the timestamptz variant of date_bin() as stable
Next
From: Robert Haas
Date:
Subject: Re: refactoring basebackup.c