Re: Logical subscription / publication lifetimes

2022-04-22 Thread andrew cooke
Ah, thanks! I should have read the documentation of all the parameters! So the portion of data that is covered by "copy_data" is going to reflect updates and deletes prior to the creation of the slot even if "publish=insert" (only)? This makes sense because I can't see how else it could be pra

Re: Logical subscription / publication lifetimes

2022-04-22 Thread David G. Johnston
On Fri, Apr 22, 2022 at 5:00 AM andrew cooke wrote: > > If I define a publication at time Tp, then load some data on the > publisher, then start a subscription at time Ts, then load some more > data on the publisher, does the subscriber get data from Tp or Ts > onwards? > > It depends. By defaul

Logical subscription / publication lifetimes

2022-04-22 Thread andrew cooke
If I define a publication at time Tp, then load some data on the publisher, then start a subscription at time Ts, then load some more data on the publisher, does the subscriber get data from Tp or Ts onwards? Also, if a subscription is disabled and then re-enabled does it lose the data inbetween