postgres how to drop foreign key id constrain code example Example: how to disable foreign key constraint in postgresql ALTER TABLE tbl_StudentMarks DISABLE TRIGGER ALL;