From: Magnus Hagander Date: Mon, 20 Jun 2016 08:29:20 +0000 (+0200) Subject: Add missing documentation of pg_roles.rolbypassrls X-Git-Tag: REL9_6_BETA2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4d48adc2b8c9724973334345e2ab8f3e6737ac34;p=thirdparty%2Fpostgresql.git Add missing documentation of pg_roles.rolbypassrls Noted by Lukas Fittl --- 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 @@ -8918,6 +8918,16 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx null if no expiration + + rolbypassrls + bool + + + Role bypasses every row level security policy, see + for more information. + + + rolconfig text[]