On Wed, Mar 5, 2025 at 7:55 AM Steve Chavez <steve(at)supabase(dot)io> wrote:
> How about requiring explicit non-superuser execution for the database
> owner evtrig? It would be like:
>
> CREATE EVENT TRIGGER name ... FOR NOSUPERUSER;
>
This is more what I was thinking - which works for a boolean. The ability
to have an exclusion list would make sense, or maybe just a predefined role
pg_bypass_eventtriggers.
David J.