Thanks to visit codestin.com Credit goes to github.com
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 a3eb19b commit def0eaeCopy full SHA for def0eae
doc/src/sgml/catalogs.sgml
@@ -8877,6 +8877,16 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
8877
null if no expiration</entry>
8878
</row>
8879
8880
+ <row>
8881
+ <entry><structfield>rolbypassrls</structfield></entry>
8882
+ <entry><type>bool</type></entry>
8883
+ <entry></entry>
8884
+ <entry>
8885
+ Role bypasses every row level security policy, see
8886
+ <xref linkend="ddl-rowsecurity"> for more information.
8887
+ </entry>
8888
+ </row>
8889
+
8890
<row>
8891
<entry><structfield>rolconfig</structfield></entry>
8892
<entry><type>text[]</type></entry>
0 commit comments