Re: alter subscription drop publication fixes - Mailing list pgsql-hackers

From Bharath Rupireddy
Subject Re: alter subscription drop publication fixes
Date
Msg-id CALj2ACXpr=tSQuXurio5W-ybgdBBo38dPq=x2C-hz9fnUXNeTA@mail.gmail.com
Whole thread Raw
In response to Re: alter subscription drop publication fixes  (vignesh C <vignesh21@gmail.com>)
Responses Re: alter subscription drop publication fixes
List pgsql-hackers
On Fri, May 14, 2021 at 7:58 PM vignesh C <vignesh21@gmail.com> wrote:
> I have changed it to:
>        <literal>ADD</literal> adds additional publications,
> -      <literal>DROP</literal> removes publications from the list of
> +      <literal>DROP</literal> removes publications to/from the list of

How about "Publications are added to or dropped from the existing list
of publications by <literal>ADD</literal>  or <literal>DROP</literal>
respectively." ?

With Regards,
Bharath Rupireddy.
EnterpriseDB: http://www.enterprisedb.com



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: PG 14 release notes, first draft
Next
From: Tom Lane
Date:
Subject: Re: allow specifying direct role membership in pg_hba.conf