mirror of
https://github.com/postgres/postgres.git
synced 2026-03-09 01:31:22 -04:00
Add missing documentation of pg_roles.rolbypassrls
Noted by Lukas Fittl
This commit is contained in:
parent
a3eb19ba4a
commit
def0eae4f2
1 changed files with 10 additions and 0 deletions
|
|
@ -8877,6 +8877,16 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
|
|||
null if no expiration</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><structfield>rolbypassrls</structfield></entry>
|
||||
<entry><type>bool</type></entry>
|
||||
<entry></entry>
|
||||
<entry>
|
||||
Role bypasses every row level security policy, see
|
||||
<xref linkend="ddl-rowsecurity"> for more information.
|
||||
</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><structfield>rolconfig</structfield></entry>
|
||||
<entry><type>text[]</type></entry>
|
||||
|
|
|
|||
Loading…
Reference in a new issue