v.1.1.54378New Feature
Configuration of clickhouse-client Prompt Display Name
Configuration of theclickhouse-clientprompt. By default, server names are now output to the prompt. The server’s display name can be changed. It’s also sent in theX-ClickHouse-Display-NameHTTP header (Kirill Shvakov).
Why it matters
This feature improves user experience by displaying the server name in the client prompt, helping users identify which server they are connected to. Additionally, the ability to customize the server’s display name and transmit it via theX-ClickHouse-Display-Name HTTP header provides better clarity and control in multi-server environments.How to use it
By default, theclickhouse-client prompt now shows server names. Users can change the server’s display name via configuration settings, and this name will also be sent in the X-ClickHouse-Display-Name HTTP header.