Hi there, In my DB I have a couple of FK, so the change of referenced columns is a quite complicated. Today, I DISABLE TRIGGER ALL on the tables envolved and then ENABLE TRIGGER ALL to back them.
Is there a better way to do that? I read something about SET CONSTRAINTS ALL DEFFERED, but I don't know how to use it. Regards, Rafael Domiciano