Re: Fix ALTER SUBSCRIPTION ... SET PUBLICATION documentation

2021-01-27 Thread japin
On Wed, 27 Jan 2021 at 19:47, Bharath Rupireddy wrote: > On Wed, Jan 27, 2021 at 4:57 PM Amit Kapila wrote: >> >> On Tue, Jan 26, 2021 at 4:56 PM japin wrote: >> > >> > >> > Hi, >> > >> > When I read the documentation of ALTER SUBSCRIPTION ... SET PUBLICATION >> > ... WITH (...), >> > it say

Re: Fix ALTER SUBSCRIPTION ... SET PUBLICATION documentation

2021-01-27 Thread Bharath Rupireddy
On Wed, Jan 27, 2021 at 4:57 PM Amit Kapila wrote: > > On Tue, Jan 26, 2021 at 4:56 PM japin wrote: > > > > > > Hi, > > > > When I read the documentation of ALTER SUBSCRIPTION ... SET PUBLICATION ... > > WITH (...), > > it says "set_publication_option" only support "refresh" in documentation >

Re: Fix ALTER SUBSCRIPTION ... SET PUBLICATION documentation

2021-01-27 Thread Amit Kapila
On Tue, Jan 26, 2021 at 4:56 PM japin wrote: > > > Hi, > > When I read the documentation of ALTER SUBSCRIPTION ... SET PUBLICATION ... > WITH (...), > it says "set_publication_option" only support "refresh" in documentation [1]. > However, we can also supply the "copy_data" option, and the code i

Fix ALTER SUBSCRIPTION ... SET PUBLICATION documentation

2021-01-26 Thread japin
Hi, When I read the documentation of ALTER SUBSCRIPTION ... SET PUBLICATION ... WITH (...), it says "set_publication_option" only support "refresh" in documentation [1]. However, we can also supply the "copy_data" option, and the code is: case ALTER_SUBSCRIPTION_PUBLICATION: