ClickHouse/docs/ja/operations/system-tables/current-roles.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
705 B
Markdown
Raw Normal View History

2024-11-18 02:58:58 +00:00
---
slug: /ja/operations/system-tables/current-roles
---
# current_roles
このテーブルには、現在のユーザーのアクティブなロールが含まれています。`SET ROLE` により、このテーブルの内容が変更されます。
カラム:
- `role_name` ([String](../../sql-reference/data-types/string.md)) — ロール名。
- `with_admin_option` ([UInt8](../../sql-reference/data-types/int-uint.md#uint-ranges)) — `current_role``ADMIN OPTION` 権限を持つロールかどうかを示すフラグ。
- `is_default` ([UInt8](../../sql-reference/data-types/int-uint.md#uint-ranges)) — `current_role` がデフォルトのロールかどうかを示すフラグ。