Re: [HACKERS] HINT message for "ALTER SUBSCRIPTION.. WITH" need tochange with SET keyword

Поиск
Список
Период
Сортировка
От Dilip Kumar
Тема Re: [HACKERS] HINT message for "ALTER SUBSCRIPTION.. WITH" need tochange with SET keyword
Дата
Msg-id CAFiTN-uU-4+QA3upB-4spYCf8ek2ZnJovwmOHUEmdKnD=jij4A@mail.gmail.com
обсуждение исходный текст
Ответ на [HACKERS] HINT message for "ALTER SUBSCRIPTION.. WITH" need to change with SETkeyword  (tushar <tushar.ahuja@enterprisedb.com>)
Ответы Re: [HACKERS] HINT message for "ALTER SUBSCRIPTION.. WITH" need tochange with SET keyword  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Список pgsql-hackers
On Fri, May 19, 2017 at 3:41 PM, tushar <tushar.ahuja@enterprisedb.com> wrote:
> postgres=# drop subscription sub;
> ERROR:  could not connect to publisher when attempting to drop the
> replication slot "pub"
> DETAIL:  The error was: could not connect to server: No such file or
> directory
>     Is the server running locally and accepting
>     connections on Unix domain socket "/tmp/.s.PGSQL.5432"?
> HINT:  Use ALTER SUBSCRIPTION ... WITH (slot_name = NONE) to disassociate
> the subscription from the slot.
>
> expected = "HINT:  Use ALTER SUBSCRIPTION ... SET (slot_name = NONE) to
> disassociate the subscription from the slot."

Seems like syntax got changed in
b807f59828fbc02fea612e1cbc0066c6dfa3be9b commit but missed to change
the hint. Attached patch fixes that.

-- 
Regards,
Dilip Kumar
EnterpriseDB: http://www.enterprisedb.com

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Pierre-Emmanuel André
Дата:
Сообщение: Re: [HACKERS] PostgreSQL 10beta1 - compilation fails on OpenBSD-current
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: [HACKERS] Preliminary results for proposed new pgindentimplementation