ClickHouse/docs/ja/operations/system-tables/current-roles.md
2024-11-18 11:58:58 +09:00

705 B

slug
/ja/operations/system-tables/current-roles

current_roles

このテーブルには、現在のユーザーのアクティブなロールが含まれています。SET ROLE により、このテーブルの内容が変更されます。

カラム:

  • role_name (String) — ロール名。
  • with_admin_option (UInt8) — current_roleADMIN OPTION 権限を持つロールかどうかを示すフラグ。
  • is_default (UInt8) — current_role がデフォルトのロールかどうかを示すフラグ。