There should be triggers or rules that move data from the parrent table to 
the child tables. Unless the app itself does so. Can you show the output 
of this on the master db:

\d+ public.all_search_events

> bucardo_delta AFTER INSERT OR DELETE OR UPDATE ON search_events_y2015_m11 FOR 
> EACH ROW EXECUTE PROCEDURE delta_public_search_events_y2015_m11()
> bucardo_kick_the_sync AFTER INSERT OR DELETE OR UPDATE OR TRUNCATE ON 
> search_events_y2015_m11 FOR EACH STATEMENT EXECUTE PROCEDURE 
> bucardo_kick_the_sync()
> bucardo_note_trunc_the_sync AFTER TRUNCATE ON search_events_y2015_m11 FOR 
> EACH STATEMENT EXECUTE PROCEDURE bucardo_note_truncation('the_sync')

Was this the master or the replica? Maybe you can send me the output of:

bucardo show all

(sending private is fine if you don't want to send to the list)

-- 
Greg Sabino Mullane [email protected]
End Point Corporation
PGP Key: 2529 DF6A B8F7 9407 E944  45B4 BC9B 9067 1496 4AC8

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Bucardo-general mailing list
[email protected]
https://mail.endcrypt.com/mailman/listinfo/bucardo-general

Reply via email to