PostgreSQL - Triggers in PostgreSQL
If two AFTER DELETE triggers exist on table
products, and the second trigger is defined with FOLLOWS first_trigger, what is the execution order?