]> git.ipfire.org Git - thirdparty/postgresql.git/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:30:45 +0000 (10:30 +0200)
Noted by Lukas Fittl

doc/src/sgml/catalogs.sgml

index 0ef6ef111ea8f6bffab9c620c996f8430fa6dc92..976a295d481dbfd89e00d9ca169b2b9985606d43 100644 (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>