Skip to content

Commit bdb1898

Browse files
Clarify README.
1 parent 292ef85 commit bdb1898

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,11 @@ a database using the following SQL command:
4949
Due to the nature of the information returned by these functions, access is
5050
restricted to superusers and members of the monitor_system_stats role which
5151
will be created when the extension is installed. monitor_system_stats role
52-
will not be removed during drop extension. To allow users to access
53-
the functions without granting them superuser access, add them to the
54-
monitor_system_stats role. For example:
52+
will not be removed when you run DROP EXTENSION. This means that any users
53+
or roles that were granted permissions to the monitor_system_stats role
54+
will still have those permissions even after the extension has been dropped.
55+
To allow users to access the functions without granting them superuser access,
56+
add them to the monitor_system_stats role. For example:
5557

5658
GRANT monitor_system_stats to nagios;
5759

0 commit comments

Comments
 (0)