cockroach icon indicating copy to clipboard operation
cockroach copied to clipboard

sql: add support for create/drop trigger

Open DrewKimball opened this issue 7 months ago • 0 comments

This issue tracks adding support for creating and dropping a trigger on a table. This work will require updating function descriptors for trigger functions so that the function cannot be dropped and create a dangling reference. See the Postgres docs here: https://www.postgresql.org/docs/16/sql-createtrigger.html and here: https://www.postgresql.org/docs/16/sql-droptrigger.html

Epic CRDB-347

Jira issue: CRDB-39859

DrewKimball avatar Jun 28 '24 01:06 DrewKimball