You can either disable all FKs and then enable them back OR -this is what I would do, drop all FKs, import from a dump file created with CONSTRAINTS=N option and then create all FKs with NOVALIDATE option.