If we define the SECURITY as INVOKER will the queries executed as a part of the trigger body respect RLS defined as per the logged in Supabase User (as in those policies that use auth.uid()).
Also if any query within the block operate on rows that are not accessible within the RLS policy, will it exclude them or throw error?
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
If we define the SECURITY as INVOKER will the queries executed as a part of the trigger body respect RLS defined as per the logged in Supabase User (as in those policies that use auth.uid()).
Also if any query within the block operate on rows that are not accessible within the RLS policy, will it exclude them or throw error?