跳到主要内容
跳到主要内容

system.settings_profile_elements

描述设置配置文件的内容:

  • 约束。
  • 适用该设置的角色和用户。
  • 父设置配置文件。

列:

  • profile_name (Nullable(String)) — 设置配置文件名称。

  • user_name (Nullable(String)) — 用户名。

  • role_name (Nullable(String)) — 角色名称。

  • index (UInt64) — 设置配置文件元素的顺序编号。

  • setting_name (Nullable(String)) — 设置名称。

  • value (Nullable(String)) — 设置值。

  • min (Nullable(String)) — 设置的最小值。如果未设置,则为 NULL

  • max (Nullable(String)) — 设置的最大值。如果未设置,则为 NULL。

  • writability (Nullable(Enum8('WRITABLE' = 0, 'CONST' = 1, 'CHANGEABLE_IN_READONLY' = 2))) — 设置约束的可写性类型。

  • inherit_profile (Nullable(String)) — 此设置配置文件的父配置文件。如果未设置,则为 NULL。设置配置文件将从其父配置文件继承所有设置的值和约束(minmaxreadonly)。