Subject Temporary disable FK constraint
Author Scott Morgan
I have a feeling that the answer is 'no', but...

In a FB2.5 system is there a way to temporarily disable foreign key
constraints? i.e. something like 'ALTER INDEX ... INACTIVE'

Got a big lump of clean data I want to drop into a table.

Alternatively, how safe is dropping/recreating the FKs on the fly?

Scott