[Bucardo-general] removing a sync and triggers - help

Alex Balashov abalashov at evaristesys.com
Fri Sep 13 20:08:32 UTC 2013


On 09/13/2013 03:08 PM, Markova, Nina wrote:

>     Note: table triggers (if any) are not automatically removed!
> Do I need to do anything else? I have sync1 and sync3 doing the same job
> as sync5, but independently .
> Do I need to remove any triggers? Which? How to find them?

You can see the bucardo triggers on each table in the Postgres CLI by 
doing: \d <table name>

The easiest way to get rid of them all at once is:

    DROP SCHEMA bucardo CASCADE;

-- Alex

-- 
Alex Balashov - Principal
Evariste Systems LLC
235 E Ponce de Leon Ave
Suite 106
Decatur, GA 30030
United States
Tel: +1-678-954-0670
Web: http://www.evaristesys.com/, http://www.alexbalashov.com/


More information about the Bucardo-general mailing list