We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18ea6b3 commit cffca36Copy full SHA for cffca36
doc/src/sgml/ddl.sgml
@@ -2628,7 +2628,8 @@ GRANT SELECT (col1), UPDATE (col1) ON mytable TO miriam_rw;
2628
When multiple policies apply to a given query, they are combined using
2629
either <literal>OR</literal> (for permissive policies, which are the
2630
default) or using <literal>AND</literal> (for restrictive policies).
2631
- This is similar to the rule that a given role has the privileges
+ The <literal>OR</literal> behavior is similar to the rule that a given
2632
+ role has the privileges
2633
of all roles that they are a member of. Permissive vs. restrictive
2634
policies are discussed further below.
2635
</para>
0 commit comments