mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-07 16:14:52 +00:00
0a9f6b1805
* Documentation for #10387, upd syntax by issues #12311, #12312 * Update docs/ru/sql-reference/statements/show.md Co-authored-by: Anna Devyatova <annadevyatova@yandex-team.ru> Co-authored-by: BayoNet <da-daos@yandex.ru>
1.4 KiB
1.4 KiB
system.settings_profiles
Contains properties of configured setting profiles.
Columns:
-
name
(String) — Setting profile name. -
id
(UUID) — Setting profile ID. -
storage
(String) — Path to the storage of setting profiles. Configured in theaccess_control_path
parameter. -
num_elements
(UInt64) — Number of elements for this profile in thesystem.settings_profile_elements
table. -
apply_to_all
(UInt8) — Shows that the settings profile set for all roles and/or users. -
apply_to_list
(Array(String)) — List of the roles and/or users to which the setting profile is applied. -
apply_to_except
(Array(String)) — The setting profile is applied to all roles and/or users excepting of the listed ones.