cockroach icon indicating copy to clipboard operation
cockroach copied to clipboard

sql: add support for trigger functions

Open DrewKimball opened this issue 7 months ago • 0 comments

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

DrewKimball avatar Jun 28 '24 00:06 DrewKimball