Re: Fix refresh_option syntax of ALTER SUBSCRIPTION in document

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Fix refresh_option syntax of ALTER SUBSCRIPTION in document
Date: 2017-05-19 01:39:49
Message-ID: ed55ca2d-5f37-792b-d338-b317dad0895b@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tsunakawa, Takayuki 2017-05-19 02:01:32 Re: [bug fix] PG10: libpq doesn't connect to alternative hosts when some errors occur
Previous Message Masahiko Sawada 2017-05-19 01:17:53 Re: Getting error at the time of dropping subscription and few more issues