mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-07 16:14:52 +00:00
0a9f6b1805
* Documentation for #10387, upd syntax by issues #12311, #12312 * Update docs/ru/sql-reference/statements/show.md Co-authored-by: Anna Devyatova <annadevyatova@yandex-team.ru> Co-authored-by: BayoNet <da-daos@yandex.ru>
18 lines
741 B
Markdown
18 lines
741 B
Markdown
# system.roles {#system_tables-roles}
|
||
|
||
Содержит сведения о [ролях](../../operations/access-rights.md#role-management).
|
||
|
||
Столбцы:
|
||
|
||
- `name` ([String](../../sql-reference/data-types/string.md)) — Имя роли.
|
||
|
||
- `id` ([UUID](../../sql-reference/data-types/uuid.md)) — ID роли.
|
||
|
||
- `storage` ([String](../../sql-reference/data-types/string.md)) — Путь к хранилищу ролей. Настраивается в параметре `access_control_path`.
|
||
|
||
## Смотрите также {#see-also}
|
||
|
||
- [SHOW ROLES](../../sql-reference/statements/show.md#show-roles-statement)
|
||
|
||
[Оригинальная статья](https://clickhouse.tech/docs/ru/operations/system_tables/roles) <!--hide-->
|