cockroach
cockroach copied to clipboard
sql: add support for trigger functions
Triggers are used to execute trigger functions, which are UDFs defined with the special RETURNS TRIGGER
syntax. This issue tracks adding support for trigger functions (not triggers). See the Postgres docs here: https://www.postgresql.org/docs/current/plpgsql-trigger.html#PLPGSQL-TRIGGER
Epic CRDB-347
Jira issue: CRDB-39857
Jira issue: CRDB-39857