Re: [HACKERS] Fix refresh_option syntax of ALTER SUBSCRIPTION indocument

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [HACKERS] Fix refresh_option syntax of ALTER SUBSCRIPTION indocument
Дата
Msg-id ed55ca2d-5f37-792b-d338-b317dad0895b@2ndquadrant.com
обсуждение исходный текст
Ответ на [HACKERS] Fix refresh_option syntax of ALTER SUBSCRIPTION in document  (Masahiko Sawada <sawada.mshk@gmail.com>)
Список pgsql-hackers
On 5/17/17 01:26, Masahiko Sawada wrote:
> While reading documentation I found refresh_option syntax of ALTER
> SUBSCRIPTION in documentation is not correct.
> 
> ALTER SUBSCRIPTION ... REFRESH PUBLICATION WITH (refresh_option value [, ...] )
> should be changed to
> ALTER SUBSCRIPTION ... REFRESH PUBLICATION WITH (refresh_option [=
> value] [, ...])
> 
> Attached patch fixes this.

committed

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Masahiko Sawada
Дата:
Сообщение: Re: [HACKERS] Getting error at the time of dropping subscription andfew more issues
Следующее
От: "Tsunakawa, Takayuki"
Дата:
Сообщение: Re: [HACKERS] [bug fix] PG10: libpq doesn't connect to alternativehosts when some errors occur