Update system_tables.md

This commit is contained in:
alexey-milovidov 2020-03-28 20:02:59 +03:00 committed by GitHub
parent 419150d81b
commit 546970fed2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}