mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Update docs/en/sql-reference/statements/alter/user.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
This commit is contained in:
parent
0d75d7b87c
commit
81e02e821f
@ -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`.
|
||||
|
Loading…
Reference in New Issue
Block a user