On Mon, Sep 24, 2012 at 09:35:03AM -0700, Christophe Pettus wrote: ... > Under what circumstances does Bucardo do a TRUNCATE vs a DELETE on a fullcopy > operation?
Each sync has an attribute named "deletemethod" that is either 'delete' or 'truncate' or 'truncate_cascade'. Delete is the default. If doing a truncate, the attempt is wrapped in an eval and will fallback to a delete if the truncate (or truncate cascade) fails. -- Greg Sabino Mullane [email protected] End Point Corporation PGP Key: 0x14964AC8
pgp0uAwaNriNS.pgp
Description: PGP signature
_______________________________________________ Bucardo-general mailing list [email protected] https://mail.endcrypt.com/mailman/listinfo/bucardo-general
