Advertisement
Dyrcona

Fix dickreckard's constraint problem.

Apr 6th, 2018
575
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. BEGIN;
  2. DROP TRIGGER inherit_import_item_imported_as_fkey ON vandelay.import_item;
  3.  
  4. CREATE CONSTRAINT TRIGGER inherit_import_item_imported_as_fkey
  5.         AFTER UPDATE OR INSERT ON vandelay.import_item
  6.         DEFERRABLE FOR EACH ROW EXECUTE PROCEDURE evergreen.vandelay_import_item_imported_as_inh_fkey();
  7. COMMIT;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement