We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 705ad7f commit 4d48adcCopy full SHA for 4d48adc
doc/src/sgml/catalogs.sgml
@@ -8918,6 +8918,16 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
8918
null if no expiration</entry>
8919
</row>
8920
8921
+ <row>
8922
+ <entry><structfield>rolbypassrls</structfield></entry>
8923
+ <entry><type>bool</type></entry>
8924
+ <entry></entry>
8925
+ <entry>
8926
+ Role bypasses every row level security policy, see
8927
+ <xref linkend="ddl-rowsecurity"> for more information.
8928
+ </entry>
8929
+ </row>
8930
+
8931
<row>
8932
<entry><structfield>rolconfig</structfield></entry>
8933
<entry><type>text[]</type></entry>
0 commit comments