File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -49,9 +49,11 @@ a database using the following SQL command:
49
49
Due to the nature of the information returned by these functions, access is
50
50
restricted to superusers and members of the monitor_system_stats role which
51
51
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:
55
57
56
58
GRANT monitor_system_stats to nagios;
57
59
You can’t perform that action at this time.
0 commit comments