You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Fix erroneous documentation of the syntax of CREATE CONSTRAINT TRIGGER.
The grammar requires a specific ordering of the clauses, but thedocumentation showed a different order. This error was introduced incommitb47953f, which merged the CREATECONSTRAINT TRIGGER documentation into the CREATE TRIGGER page. There isno code bug AFAICS.