mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
fix cli docs
This commit is contained in:
parent
47e499d71b
commit
967eaef525
@ -131,7 +131,7 @@ You can pass parameters to `clickhouse-client` (all parameters have a default va
|
||||
|
||||
`clickhouse-client` uses the first existing file of the following:
|
||||
|
||||
- Defined in the `-config-file` parameter.
|
||||
- Defined in the `--config-file` parameter.
|
||||
- `./clickhouse-client.xml`
|
||||
- `~/.clickhouse-client/config.xml`
|
||||
- `/etc/clickhouse-client/config.xml`
|
||||
|
@ -96,13 +96,13 @@ command line برا پایه 'readline' (و 'history' یا 'libedit'، یه بد
|
||||
- `--vertical, -E` اگر مشخص شود، از فرمت Vertical برای نمایش خروجی استفاده می شود. این گزینه مشابه '--format=Vertical' می باشد. در این فرمت، هر مقدار در یک خط جدید چاپ می شود، که در هنگام نمایش جداول عریض مفید است.
|
||||
- `--time, -t` اگر مشخص شود، در حالت non-interactive زمان اجرای query در 'stderr' جاپ می شود.
|
||||
- `--stacktrace` – اگر مشخص شود stack trase مربوط به اجرای query در هنگام رخ دادن یک exception چاپ می شود.
|
||||
- `-config-file` – نام فایل پیکربندی.
|
||||
- `--config-file` – نام فایل پیکربندی.
|
||||
|
||||
### فایل های پیکربندی
|
||||
|
||||
`clickhouse-client` به ترتیب اولویت زیر از اولین فایل موجود برای ست کردن تنظیمات استفاده می کند:
|
||||
|
||||
- مشخص شده در پارامتر `-config-file`
|
||||
- مشخص شده در پارامتر `--config-file`
|
||||
- `./clickhouse-client.xml`
|
||||
- `\~/.clickhouse-client/config.xml`
|
||||
- `/etc/clickhouse-client/config.xml`
|
||||
|
@ -89,13 +89,13 @@ cat file.csv | clickhouse-client --database=test --query="INSERT INTO test FORMA
|
||||
- `--vertical, -E` – 如果指定,默认情况下使用垂直格式输出结果。这与 '--format=Vertical' 相同。在这种格式中,每个值都在单独的行上打印,这种方式对显示宽表很有帮助。
|
||||
- `--time, -t` – 如果指定,非交互模式下会打印查询执行的时间到 'stderr' 中。
|
||||
- `--stacktrace` – 如果指定,如果出现异常,会打印堆栈跟踪信息。
|
||||
- `-config-file` – 配置文件的名称。
|
||||
- `--config-file` – 配置文件的名称。
|
||||
|
||||
### 配置文件
|
||||
|
||||
`clickhouse-client` 使用一下第一个存在的文件:
|
||||
|
||||
- 通过 `-config-file` 参数指定的文件.
|
||||
- 通过 `--config-file` 参数指定的文件.
|
||||
- `./clickhouse-client.xml`
|
||||
- `\~/.clickhouse-client/config.xml`
|
||||
- `/etc/clickhouse-client/config.xml`
|
||||
|
Loading…
Reference in New Issue
Block a user