ClickHouse/docs/ru/operations/system-tables/settings_profile_elements.md
Anna 1a57d25cf0
DOCSUP-1395: Add desc for system tables. (#13852)
* Add desc for system tables.

* Fixed links, add comments from the developer

* Update docs/en/operations/system-tables/row_policies.md

Co-authored-by: BayoNet <da-daos@yandex.ru>

* Update docs/en/operations/system-tables/row_policies.md

Co-authored-by: BayoNet <da-daos@yandex.ru>

* Update docs/en/operations/system-tables/row_policies.md

Co-authored-by: BayoNet <da-daos@yandex.ru>

* Update docs/en/operations/system-tables/settings_profile_elements.md

Co-authored-by: BayoNet <da-daos@yandex.ru>

* Update docs/en/operations/system-tables/settings_profile_elements.md

Co-authored-by: BayoNet <da-daos@yandex.ru>

* Update docs/en/operations/system-tables/row_policies.md

Co-authored-by: BayoNet <da-daos@yandex.ru>

* Update docs/en/operations/system-tables/settings_profile_elements.md

Co-authored-by: BayoNet <da-daos@yandex.ru>

* Update docs/en/operations/system-tables/users.md

Co-authored-by: BayoNet <da-daos@yandex.ru>

* Link to Enum.

* Added translation to russian

* Update row_policies.md

* Add lost description

* Update docs/ru/operations/system-tables/grants.md

Co-authored-by: BayoNet <da-daos@yandex.ru>

* Update docs/ru/operations/system-tables/grants.md

Co-authored-by: BayoNet <da-daos@yandex.ru>

* Update docs/ru/operations/system-tables/row_policies.md

Co-authored-by: BayoNet <da-daos@yandex.ru>

* Update docs/ru/operations/system-tables/row_policies.md

Co-authored-by: BayoNet <da-daos@yandex.ru>

* Additions

* Fixed links

Co-authored-by: Anna Devyatova <annadevyatova@yandex-team.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
2020-08-31 21:04:37 +03:00

2.6 KiB

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 если не задано.

  • readonly (Nullable(UInt8)) — Профиль разрешает только запросы на чтение.

  • inherit_profile (Nullable(String)) — Родительский профиль для данного профиля настроек. NULL если не задано. Профиль настроек может наследовать все значения и ограничения настроек (min, max, readonly) от своего родительского профиля.

Оригинальная статья