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

From tushar
Subject Re: extensible options syntax for replication parser?
Date
Msg-id 80ba6d9f-7598-b8ed-3325-22dca7cefc9e@enterprisedb.com
Whole thread Raw
In response to Re: extensible options syntax for replication parser?  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: extensible options syntax for replication parser?
List pgsql-hackers
On 9/23/21 1:25 AM, Robert Haas wrote:
postgres=# create subscription test CONNECTION 'host=127.0.0.1 user=postgres' PUBLICATION test with (create_slot = true);
ERROR:  could not create replication slot "test": ERROR:  syntax error
Thanks. I have attempted to fix these problems in the attached version.

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

-- 
regards,tushar
EnterpriseDB  https://www.enterprisedb.com/
The Enterprise PostgreSQL Company

pgsql-hackers by date:

Previous
From: "houzj.fnst@fujitsu.com"
Date:
Subject: RE: Added schema level support for publication.
Next
From: A Z
Date:
Subject: Re: High Precision Mathematics PostgreSQL Extension.