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
This limitation is due to implementation details, since supautils has to switch to supautils.superuser when creating the above database objects, and we have to skip privileged role event triggers here to avoid privilege escalation.
Solution
Might be possible to execute the event trigger function ourselves when those statements are executed.
Labeling this as "minor" since it doesn't seem like critical functionality (event triggers currently work fine for regular db objects like tables, views, functions, etc).