File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
Note that not all values are relevant on all operating systems. In such cases
7
7
NULL is returned for affected values.
8
8
9
- * Copyright (c) 2019 - 2020 , EnterpriseDB Corporation. All Rights Reserved.*
9
+ * Copyright (c) 2019 - 2023 , EnterpriseDB Corporation. All Rights Reserved.*
10
10
11
11
## Building and Installing
12
12
@@ -48,9 +48,9 @@ a database using the following SQL command:
48
48
### Security
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
- will be created when the extension is installed. monitor_system_stats role
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
51
+ will be created when the extension is installed. The monitor_system_stats
52
+ role will not be removed when you run DROP EXTENSION. This means that any
53
+ users or roles that were granted permissions to the monitor_system_stats role
54
54
will still have those permissions even after the extension has been dropped.
55
55
To allow users to access the functions without granting them superuser access,
56
56
add them to the monitor_system_stats role. For example:
You can’t perform that action at this time.
0 commit comments