Hello,

On 20.05.2021 20:27, Pavel Luzanov wrote:
So, is it correct to change description of pg_monitor role from:
"Read/execute various monitoring views and functions. This role is a member 
of|pg_read_all_settings|,|pg_read_all_stats|  and|pg_stat_scan_tables|."
to
"Read/execute various monitoring views and functions. The roles 
pg_read_all_settings, pg_read_all_stats and pg_stat_scan_tables are members of this 
role."

I can prepare a simple patch.

Just in case, patch attached.


--
Pavel Luzanov
Postgres Professional: https://postgrespro.com
The Russian Postgres Company

diff --git a/doc/src/sgml/user-manag.sgml b/doc/src/sgml/user-manag.sgml
index fe0bdb7599..00338bbebd 100644
--- a/doc/src/sgml/user-manag.sgml
+++ b/doc/src/sgml/user-manag.sgml
@@ -554,9 +554,9 @@ DROP ROLE doomed_role;
       <row>
        <entry>pg_monitor</entry>
        <entry>Read/execute various monitoring views and functions.
-       This role is a member of <literal>pg_read_all_settings</literal>,
-       <literal>pg_read_all_stats</literal> and
-       <literal>pg_stat_scan_tables</literal>.</entry>
+       The roles <literal>pg_read_all_settings</literal>,
+       <literal>pg_read_all_stats</literal> and <literal>pg_stat_scan_tables</literal>
+       are members of this role.</entry>
       </row>
       <row>
        <entry>pg_database_owner</entry>

Reply via email to