Update docs/en/sql-reference/statements/alter/user.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
This commit is contained in:
sevirov 2021-05-09 18:49:21 +03:00 committed by GitHub
parent 0d75d7b87c
commit 81e02e821f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ Specifies users or roles which are allowed to receive [grants](../../../sql-refe
- `user` — Specifies user which is allowed to receive grants from this user.
- `role` — Specifies role which is allowed to receive grants from this user.
- `ANY` — User with grant option can grant to anyone, used by default.
- `ANY` — User with grant option can grant to anyone. Used by default.
- `NONE` — User with grant option provides to nobody.
You can exclude any user or role by using the `EXCEPT` expression. For example, `ALTER USER user1 GRANTEES ANY EXCEPT user2`.