projects
/
postgresql-pgindent.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
705ad7f
)
Add missing documentation of pg_roles.rolbypassrls
author
Magnus Hagander
<
[email protected]
>
Mon, 20 Jun 2016 08:29:20 +0000
(10:29 +0200)
committer
Magnus Hagander
<
[email protected]
>
Mon, 20 Jun 2016 08:29:20 +0000
(10:29 +0200)
Noted by Lukas Fittl
doc/src/sgml/catalogs.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/catalogs.sgml
b/doc/src/sgml/catalogs.sgml
index e49e4899841c23a10dd2b019ab13d3844843fd24..2420c94bc19cdf004fa4cdb2cc718453f5781233 100644
(file)
--- a/
doc/src/sgml/catalogs.sgml
+++ b/
doc/src/sgml/catalogs.sgml
@@
-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>