Add missing documentation of pg_roles.rolbypassrls

Noted by Lukas Fittl
This commit is contained in:
Magnus Hagander 2016-06-20 10:29:20 +02:00
parent a3eb19ba4a
commit def0eae4f2

View File

@ -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>