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
There's not enough explanation on the cause of the skipped event
triggers when `supautils.log_skipped_evtrigs` is enabled.
Now logs will show the extra DETAIL to solve this:
```sql
create table supa_stuff();
NOTICE: Skipping event trigger function "show_current_user" for user "postgres"
DETAIL: "postgres" is a superuser and the function "show_current_user" is not superuser-owned, it's owned by "privileged_role"
```
0 commit comments