Given the following (simplified) tables: If I run the following query to get which posts a user (?) liked: Would the RLS policy for SELECT on the likes table and posts table both be invoked, or would it only apply to the posts table since that is where we are SELECTing FROM? I’m under the assumptiom that it would apply