Answers for "postgres temporarily disable foreign key constraints"

1

how to disable foreign key constraint in postgresql

ALTER TABLE tbl_StudentMarks DISABLE TRIGGER ALL;
Posted by: Guest on April-04-2021
0

postgres disable foreign keys

SET session_replication_role = replica;
Posted by: Guest on June-11-2021

Code answers related to "postgres temporarily disable foreign key constraints"

Code answers related to "ActionScript"

Browse Popular Code Answers by Language