Janning Vygen <vygen(at)gmx(dot)de> writes:
> can i check my database for violating FKs if i populated the database with FK
> constraints disabled?
Drop the constraints and then add them back afterwards. You might want
to think about dropping and rebuilding indexes as well.
regards, tom lane