Skip to content

Commit def0eae

Browse files
committed
Add missing documentation of pg_roles.rolbypassrls
Noted by Lukas Fittl
1 parent a3eb19b commit def0eae

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/src/sgml/catalogs.sgml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8877,6 +8877,16 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
88778877
null if no expiration</entry>
88788878
</row>
88798879

8880+
<row>
8881+
<entry><structfield>rolbypassrls</structfield></entry>
8882+
<entry><type>bool</type></entry>
8883+
<entry></entry>
8884+
<entry>
8885+
Role bypasses every row level security policy, see
8886+
<xref linkend="ddl-rowsecurity"> for more information.
8887+
</entry>
8888+
</row>
8889+
88808890
<row>
88818891
<entry><structfield>rolconfig</structfield></entry>
88828892
<entry><type>text[]</type></entry>

0 commit comments

Comments
 (0)