mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-08 08:35:20 +00:00
ffe2cecb1b
* initial split * initial adjust links * make en buildable * re-normalize
323 B
323 B
toc_priority | toc_title |
---|---|
46 | ROLE |
ALTER ROLE
Changes roles.
Syntax:
ALTER ROLE [IF EXISTS] name [ON CLUSTER cluster_name]
[RENAME TO new_name]
[SETTINGS variable [= value] [MIN [=] min_value] [MAX [=] max_value] [READONLY|WRITABLE] | PROFILE 'profile_name'] [,...]