Skip to content

Commit 21ea376

Browse files
committed
Note the LOGIN attribute
1 parent e679ae6 commit 21ea376

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Permissions for the `citus` role:
4242
* Execute monitoring functions that may take ACCESS SHARE locks on tables,
4343
potentially for a long time.
4444
* [Create PostgreSQL extensions](concepts-hyperscale-extensions.md) (because
45-
the role is a member of azure\_pg\_admin).
45+
the role is a member of `azure_pg_admin`).
4646

4747
Notably, the `citus` role has some restrictions:
4848

@@ -63,7 +63,9 @@ users. To add a user, use the Azure portal interface.
6363
![Add role](media/howto-hyperscale-create-users/2-add-user-fields.png)
6464

6565
The user will be created on the coordinator node of the server group,
66-
and propagated to all the worker nodes.
66+
and propagated to all the worker nodes. Roles created through the Azure
67+
Portal have the `LOGIN` attribute, which means they are true users who
68+
can sign in to the database.
6769

6870
## How to modify privileges for user role
6971

0 commit comments

Comments
 (0)