Skip to content

Commit 14c5237

Browse files
authored
Merge pull request #122003 from HamzaAqel/azuresu
azuresu
2 parents 5391ff3 + 2eeaa89 commit 14c5237

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/postgresql/flexible-server/how-to-create-users.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ When you first created your Azure Database for PostgreSQL flexible server instan
2626
The Azure Database for PostgreSQL flexible server instance is created with the three default roles defined. You can see these roles by running the command: `SELECT rolname FROM pg_roles;`
2727

2828
- azure_pg_admin
29-
- azure_superuser
29+
- azuresu
3030
- your server admin user
3131

32-
Your server admin user is a member of the azure_pg_admin role. However, the server admin account isn't part of the azure_superuser role. Since this service is a managed PaaS service, only Microsoft is part of the super user role.
32+
Your server admin user is a member of the azure_pg_admin role. However, the server admin account isn't part of the azuresu role. Since this service is a managed PaaS service, only Microsoft is part of the super user role.
3333

3434
The PostgreSQL engine uses privileges to control access to database objects, as discussed in the [PostgreSQL product documentation](https://www.postgresql.org/docs/current/static/sql-createrole.html). In Azure Database for PostgreSQL flexible server, the server admin user is granted these privileges:
3535

0 commit comments

Comments
 (0)