diff options
Diffstat (limited to 'doc/src/sgml/pgvisibility.sgml')
-rw-r--r-- | doc/src/sgml/pgvisibility.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/pgvisibility.sgml b/doc/src/sgml/pgvisibility.sgml index 75336946a61..8090aa5207e 100644 --- a/doc/src/sgml/pgvisibility.sgml +++ b/doc/src/sgml/pgvisibility.sgml @@ -140,8 +140,8 @@ </variablelist> <para> - By default, these functions are executable only by superusers and members of the - <literal>pg_stat_scan_tables</literal> role, with the exception of + By default, these functions are executable only by superusers and roles with privileges + of the <literal>pg_stat_scan_tables</literal> role, with the exception of <function>pg_truncate_visibility_map(relation regclass)</function> which can only be executed by superusers. </para> |