Skip to content

Commit 8cd27a3

Browse files
authored
Update how-to-create-users.md
1 parent cf730b0 commit 8cd27a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Your server admin user is a member of the azure_pg_admin role. However, the serv
3535

3636
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:
3737

38-
- Sign in, NOSUPERUSER, INHERIT, CREATEDB, CREATEROLE, REPLICATION
38+
- Sign in, NOSUPERUSER, INHERIT, CREATEDB, CREATEROLE
3939

4040
The server admin user account can be used to create more users and grant those users into the azure_pg_admin role. Also, the server admin account can be used to create less privileged users and roles that have access to individual databases and schemas.
4141

0 commit comments

Comments
 (0)