Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit cffca36

Browse files
committed
doc: clarify text about combining row-level policies
Reported-by: splarv@ya.ru Discussion: https://postgr.es/m/173045909386.700.9231055113418242392@wrigleys.postgresql.org Backpatch-through: master
1 parent 18ea6b3 commit cffca36

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/src/sgml/ddl.sgml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2628,7 +2628,8 @@ GRANT SELECT (col1), UPDATE (col1) ON mytable TO miriam_rw;
26282628
When multiple policies apply to a given query, they are combined using
26292629
either <literal>OR</literal> (for permissive policies, which are the
26302630
default) or using <literal>AND</literal> (for restrictive policies).
2631-
This is similar to the rule that a given role has the privileges
2631+
The <literal>OR</literal> behavior is similar to the rule that a given
2632+
role has the privileges
26322633
of all roles that they are a member of. Permissive vs. restrictive
26332634
policies are discussed further below.
26342635
</para>

0 commit comments

Comments
 (0)