Hello I have a question regarding the creation of a RLS policy for a table.
I have create a custom role/user which has the privilege of SELECT on this table.
Now how I can write the policy for the RLS , especially the Boolean check , that allows the user to execute select on this table?
I don't use the integrated Auth module of supabase but the scram login trought python (psycopg2)