The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/16/ddl-rowsecurity.html
Description:
Cite
When multiple policies apply to a given query, they are combined using
either OR (for permissive policies, which are the default) or using AND (for
restrictive policies). This is similar to the rule that a given role has the
privileges of all roles that they are a member of.
end cite
Not clear for what is "this is". May be better "The default behaviour is
similar..."