Add missing documentation of pg_roles.rolbypassrls

Noted by Lukas Fittl
pull/30/head
Magnus Hagander 10 years ago
parent a3eb19ba4a
commit def0eae4f2
  1. 10
      doc/src/sgml/catalogs.sgml

@ -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…
Cancel
Save