Search Postgresql Archives

Re: Publication/Subscription Questions

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> On Jul 27, 2018, at 01:34, xOChilpili <xochilpili@xxxxxxxxx> 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
   xof@xxxxxxxxxxxx






[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]

  Powered by Linux