minor changes in documentation

This commit is contained in:
Alexey Gerasimchuck 2023-06-07 05:59:13 +00:00
parent 23a3026836
commit 17754bf694
2 changed files with 4 additions and 3 deletions

View File

@ -168,7 +168,7 @@ clickhouse://[user_info@][hosts_and_ports][/dbname][?query_parameters]
where user_info is: ```user[:password]```
and hosts_and_ports is a list of values: ```[host][:port],[host][:port]``` Port is not mandatory.
and query_parameters is a list of parameter[=value]: ```param_name[=value]&param_name[=value]...``` value may not be required for some of parameters.
and query_parameters is a list of parameter[=value]: ```param_name[=value]&param_name[=value]...``` value may not be required for some of parameters. Parameter names are case sensitive.
Allowed query_parameters keys:
@ -198,7 +198,7 @@ If host is not specified, the default host will be used (localhost).
If port is not specified, the default port will be used (9000).
If database is not specified, the default database will be used.
User, password, and database can be specified in the connection string either in --user command line option.
User, password, and database can be specified in the connection string either in --user, --password, --database command line options.
The connection string must be specified in the first argument of clickhouse-client. The connection string can be combined with other [command-line-options](#command-line-options) except **--host(h)** and **--port**.

View File

@ -120,7 +120,8 @@ clickhouse://[user_info@][hosts_and_ports][/dbname][?query_parameters]
где user_info - это: ```user[:password]```
hosts_and_ports - это список значений: ```[host][:port],[host][:port]```. Port может быть не задан.
query_parameters - это список пар ключ[=значение]: ```param_name[=value]&param_name[=value]...```. Значение может быть пустым
query_parameters - это список пар ключ[=значение]: ```param_name[=value]&param_name[=value]...```. Значение может быть пустым.
Имена параметров чувствительны к регистру.
Допустимые ключи query_parameters: