diff options
-rw-r--r-- | doc/src/sgml/catalogs.sgml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index e49e4899841..2420c94bc19 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -8919,6 +8919,16 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx </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> <entry></entry> |