Partition Tables and RLS
I have just set up list partitioning for a parent table that stores data for my multi-tenant app. I'm partitioning based on company ID.
I set up RLS on the parent partition table exactly how I had it set up on the non-partitioned table. Do I also need to set up the RLS policies on each company partition table itself?
I have not yet found solid, specific documentation on this particular case. Thanks for any help.
I set up RLS on the parent partition table exactly how I had it set up on the non-partitioned table. Do I also need to set up the RLS policies on each company partition table itself?
I have not yet found solid, specific documentation on this particular case. Thanks for any help.