Sha256: c8fe9bf832332b00cd422128d87e575b75e8238bbd216ef2df4117f49f6a31ec
Contents?: true
Size: 422 Bytes
Versions: 16
Compression:
Stored size: 422 Bytes
Contents
select event_object_schema as table_schema, event_object_table as table_name, trigger_schema, trigger_name, string_agg(event_manipulation, ',') as event, action_timing as activation, action_condition as condition, action_statement as definition from information_schema.triggers group by 1,2,3,4,6,7,8 order by table_schema, table_name;
Version data entries
16 entries across 16 versions & 1 rubygems