File tree 3 files changed +4
-13
lines changed
3 files changed +4
-13
lines changed Original file line number Diff line number Diff line change @@ -1512,20 +1512,11 @@ REVOKE ALL ON accounts FROM PUBLIC;
1512
1512
<title>Row Security Policies</title>
1513
1513
1514
1514
<indexterm zone="ddl-rowsecurity">
1515
- <primary>rowsecurity </primary>
1515
+ <primary>row security </primary>
1516
1516
</indexterm>
1517
1517
1518
1518
<indexterm zone="ddl-rowsecurity">
1519
- <primary>rls</primary>
1520
- </indexterm>
1521
-
1522
- <indexterm>
1523
- <primary>policies</primary>
1524
- <see>policy</see>
1525
- </indexterm>
1526
-
1527
- <indexterm zone="ddl-rowsecurity">
1528
- <primary>POLICY</primary>
1519
+ <primary>policy</primary>
1529
1520
</indexterm>
1530
1521
1531
1522
<para>
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ CREATE POLICY <replaceable class="parameter">name</replaceable> ON <replaceable
112
112
the user running the overall query. Therefore, users who are using a given
113
113
policy must be able to access any tables or functions referenced in the
114
114
expression or they will simply receive a permission denied error when
115
- attempting to query the RLS-enabled table . This does not change how views
115
+ attempting to query the table that has row-level security enabled . This does not change how views
116
116
work, however. As with normal queries and views, permission checks and
117
117
policies for the tables which are referenced by a view will use the view
118
118
owner's rights and any policies which apply to the view owner.
Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ CREATE ROLE <replaceable class="PARAMETER">name</replaceable> [ [ WITH ] <replac
196
196
<term><literal>NOBYPASSRLS</literal></term>
197
197
<listitem>
198
198
<para>
199
- These clauses determine whether a role is allowed to bypass row-security
199
+ These clauses determine whether a role is allowed to bypass row-level security (RLS)
200
200
policies. A role having the <literal>BYPASSRLS</literal> attribute will
201
201
be allowed to bypass row-security policies by setting
202
202
<literal>row_security</literal> to
You can’t perform that action at this time.
0 commit comments