diff --git a/postgres/temporarily-disable-triggers.md b/postgres/temporarily-disable-triggers.md index 9bc9248..35910db 100644 --- a/postgres/temporarily-disable-triggers.md +++ b/postgres/temporarily-disable-triggers.md @@ -23,3 +23,5 @@ SET A more direct and fine-grained approach to disabling triggers is to use an `alter table` command that targets a specific trigger. + +h/t Jack Christensen