Answers for "disable only foreign key constraint postgres"

SQL
1

postgres remove foreign key constraint

ALTER TABLE your_tbl DROP constraint your_cnstrnt;
Posted by: Guest on August-27-2021
2

remove foreign key constraints in postgres

set session_replication_role to replica;
Posted by: Guest on November-22-2021

Code answers related to "disable only foreign key constraint postgres"

Code answers related to "SQL"

Browse Popular Code Answers by Language