]> granicus.if.org Git - postgresql/commitdiff
Add missing documentation of pg_roles.rolbypassrls
authorMagnus Hagander <magnus@hagander.net>
Mon, 20 Jun 2016 08:29:20 +0000 (10:29 +0200)
committerMagnus Hagander <magnus@hagander.net>
Mon, 20 Jun 2016 08:29:20 +0000 (10:29 +0200)
Noted by Lukas Fittl

doc/src/sgml/catalogs.sgml

index e49e4899841c23a10dd2b019ab13d3844843fd24..2420c94bc19cdf004fa4cdb2cc718453f5781233 100644 (file)
@@ -8918,6 +8918,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>