Is there a way to enable RLS for all new tables by default?
I am using Django to connect directly to the postgres database. Everything works fine, except for the fact that all new tables start with RLS disabled. Is there a way to enable RLS by default (with a deny all policy) for all new tables and then manually decide if I want to change the policy on a table by table basis?