I have hundreds of DML triggers across multiple schemas. Most of them modify the DML of more than one table.
Using information_schema.triggers and pg_trigger tables I am able to find the list of triggers and the trigger event tables alone.
Is it possible to get the list of tables that are modified(trigger target tables) by each trigger?