triggers_list
List triggers in a PostgreSQL database, filtering by table and schema. Use schema_name='all' to retrieve triggers across all schemas.
Instructions
List triggers (table, trigger, timing, event). schema_name='all' for all.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | No | ||
| schema_name | No | public |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |