Re: Publication/Subscription Questions

Поиск
Список
Период
Сортировка
От Christophe Pettus
Тема Re: Publication/Subscription Questions
Дата
Msg-id FE9490C2-70F8-49E0-88DE-433F7DB1EE48@thebuild.com
обсуждение исходный текст
Ответ на Publication/Subscription Questions  (xOChilpili <xochilpili@gmail.com>)
Список pgsql-general
> On Jul 27, 2018, at 01:34, xOChilpili <xochilpili@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
orrefreshed.  It does (by default) copy the data from newly-added tables, but it does not resync the data from the
existingtables. 

--
-- Christophe Pettus
   xof@thebuild.com



В списке pgsql-general по дате отправления:

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: postgres with xcode
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: Publication/Subscription Questions