Skip to content

Commit e679ae6

Browse files
committed
Talk about user roles rather than users
1 parent fafff34 commit e679ae6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/postgresql/howto-hyperscale-create-users.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Notably, the `citus` role has some restrictions:
4949
* Can't create roles
5050
* Can't create databases
5151

52-
## How to create additional users
52+
## How to create additional user roles
5353

5454
As mentioned, the `citus` admin account lacks permission to create additional
5555
users. To add a user, use the Azure portal interface.
@@ -65,7 +65,7 @@ users. To add a user, use the Azure portal interface.
6565
The user will be created on the coordinator node of the server group,
6666
and propagated to all the worker nodes.
6767

68-
## How to modify privileges for role
68+
## How to modify privileges for user role
6969

7070
New user roles are commonly used to provide database access with restricted
7171
privileges. To modify user privileges, use standard PostgreSQL commands, using
@@ -94,7 +94,7 @@ SELECT run_command_on_workers(
9494
);
9595
```
9696

97-
## How to delete a user or change their password
97+
## How to delete a user role or change their password
9898

9999
To update a user, visit the **Roles** page for your Hyperscale server group,
100100
and click the ellipses **...** next to the user. The ellipses will open a menu

0 commit comments

Comments
 (0)