list_triggers
List triggers in a schema or for a specific table, including full CREATE TRIGGER definitions. Review triggers to understand side effects before writes.
Instructions
List triggers in a schema (optionally filtered to one table), with their full CREATE TRIGGER definitions. Excludes internal/constraint triggers. Important to review before writes: triggers may cascade side effects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | public | |
| table | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |