mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-13 11:04:10 +00:00
12 lines
659 B
Markdown
12 lines
659 B
Markdown
# system.current_roles {#system_tables-current_roles}
|
|
|
|
Contains active roles of a current user. `SET ROLE` changes the contents of this table.
|
|
|
|
Columns:
|
|
|
|
- `role_name` ([String](../../sql-reference/data-types/string.md))) — Role name.
|
|
- `with_admin_option` ([UInt8](../../sql-reference/data-types/int-uint.md#uint-ranges)) — Flag that shows whether `current_role` is a role with `ADMIN OPTION` privilege.
|
|
- `is_default` ([UInt8](../../sql-reference/data-types/int-uint.md#uint-ranges)) — Flag that shows whether `current_role` is a default role.
|
|
|
|
[Original article](https://clickhouse.com/docs/en/operations/system-tables/current-roles) <!--hide-->
|