mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 16:42:05 +00:00
Update system_tables.md
This commit is contained in:
parent
419150d81b
commit
546970fed2
@ -842,7 +842,7 @@ Columns:
|
|||||||
- `name` (String) — Setting name.
|
- `name` (String) — Setting name.
|
||||||
- `value` (String) — Setting value.
|
- `value` (String) — Setting value.
|
||||||
- `description` (String) — Setting description.
|
- `description` (String) — Setting description.
|
||||||
- `type` (String) — Setting type.
|
- `type` (String) — Setting type (implementation specific string value).
|
||||||
- `changed` (UInt8) — Whether the setting was explicitly defined in the config or explicitly changed.
|
- `changed` (UInt8) — Whether the setting was explicitly defined in the config or explicitly changed.
|
||||||
- `min` (Nullable(String)) — Get minimum allowed value (if any is set via [constraints](settings/constraints_on_settings.md#constraints-on-settings)).
|
- `min` (Nullable(String)) — Get minimum allowed value (if any is set via [constraints](settings/constraints_on_settings.md#constraints-on-settings)).
|
||||||
- `max` (Nullable(String)) — Get maximum allowed value (if any is set via [constraints](settings/constraints_on_settings.md#constraints-on-settings)).
|
- `max` (Nullable(String)) — Get maximum allowed value (if any is set via [constraints](settings/constraints_on_settings.md#constraints-on-settings)).
|
||||||
@ -874,7 +874,7 @@ Columns:
|
|||||||
- `name` (String) — Setting name.
|
- `name` (String) — Setting name.
|
||||||
- `value` (String) — Setting value.
|
- `value` (String) — Setting value.
|
||||||
- `description` (String) — Setting description.
|
- `description` (String) — Setting description.
|
||||||
- `type` (String) — Setting type.
|
- `type` (String) — Setting type (implementation specific string value).
|
||||||
- `changed` (UInt8) — Whether the setting was explicitly defined in the config or explicitly changed.
|
- `changed` (UInt8) — Whether the setting was explicitly defined in the config or explicitly changed.
|
||||||
|
|
||||||
## system.table\_engines {#system-table-engines}
|
## system.table\_engines {#system-table-engines}
|
||||||
|
Loading…
Reference in New Issue
Block a user