Re: extensible options syntax for replication parser?

Поиск
Список
Период
Сортировка
От tushar
Тема Re: extensible options syntax for replication parser?
Дата
Msg-id 80ba6d9f-7598-b8ed-3325-22dca7cefc9e@enterprisedb.com
обсуждение исходный текст
Ответ на Re: extensible options syntax for replication parser?  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: extensible options syntax for replication parser?  (Robert Haas <robertmhaas@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: "houzj.fnst@fujitsu.com"
Дата:
Сообщение: RE: Added schema level support for publication.
Следующее
От: A Z
Дата:
Сообщение: Re: High Precision Mathematics PostgreSQL Extension.