Re: [HACKERS] Fix refresh_option syntax of ALTER SUBSCRIPTION indocument - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: [HACKERS] Fix refresh_option syntax of ALTER SUBSCRIPTION indocument
Date
Msg-id ed55ca2d-5f37-792b-d338-b317dad0895b@2ndquadrant.com
Whole thread Raw
In response to [HACKERS] Fix refresh_option syntax of ALTER SUBSCRIPTION in document  (Masahiko Sawada <sawada.mshk@gmail.com>)
List 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 by date:

Previous
From: Masahiko Sawada
Date:
Subject: Re: [HACKERS] Getting error at the time of dropping subscription andfew more issues
Next
From: "Tsunakawa, Takayuki"
Date:
Subject: Re: [HACKERS] [bug fix] PG10: libpq doesn't connect to alternativehosts when some errors occur