mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
minor changes in documentation
This commit is contained in:
parent
23a3026836
commit
17754bf694
@ -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]¶m_name[=value]...``` value may not be required for some of parameters.
|
||||
and query_parameters is a list of parameter[=value]: ```param_name[=value]¶m_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**.
|
||||
|
||||
|
@ -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]¶m_name[=value]...```. Значение может быть пустым
|
||||
query_parameters - это список пар ключ[=значение]: ```param_name[=value]¶m_name[=value]...```. Значение может быть пустым.
|
||||
Имена параметров чувствительны к регистру.
|
||||
|
||||
Допустимые ключи query_parameters:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user