Skip to content

Commit fe36f4e

Browse files
authored
Couple of minor README fixes.
1 parent bdb1898 commit fe36f4e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Windows.
66
Note that not all values are relevant on all operating systems. In such cases
77
NULL is returned for affected values.
88

9-
*Copyright (c) 2019 - 2020, EnterpriseDB Corporation. All Rights Reserved.*
9+
*Copyright (c) 2019 - 2023, EnterpriseDB Corporation. All Rights Reserved.*
1010

1111
## Building and Installing
1212

@@ -48,9 +48,9 @@ a database using the following SQL command:
4848
### Security
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
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
5454
will still have those permissions even after the extension has been dropped.
5555
To allow users to access the functions without granting them superuser access,
5656
add them to the monitor_system_stats role. For example:

0 commit comments

Comments
 (0)