> On Jul 27, 2018, at 01:34, xOChilpili <xochilp...@gmail.com> wrote:
> 
> Why ? If i remove rows, from Server B and refresh publication, why data is 
> not re-sync ?

ALTER SUBSCRIPTION ... REFRESH PUBLICATION doesn't do another initial copy of 
the data for existing tables in the publication.  Its function is to add tables 
that were added to the publication after the subscription was last created or 
refreshed.  It does (by default) copy the data from newly-added tables, but it 
does not resync the data from the existing tables.

--
-- Christophe Pettus
   x...@thebuild.com


Reply via email to