mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 13:13:36 +00:00
13d9a4eebe
Edit page link is fixed too for both language versions of documentation.
21 lines
503 B
Markdown
21 lines
503 B
Markdown
# PrettyNoEscapes
|
|
|
|
Differs from Pretty in that ANSI-escape sequences aren't used. This is necessary for displaying this format in a browser, as well as for using the 'watch' command-line utility.
|
|
|
|
Example:
|
|
|
|
```bash
|
|
watch -n1 "clickhouse-client --query='SELECT * FROM system.events FORMAT PrettyCompactNoEscapes'"
|
|
```
|
|
|
|
You can use the HTTP interface for displaying in the browser.
|
|
|
|
## PrettyCompactNoEscapes
|
|
|
|
The same as the previous setting.
|
|
|
|
## PrettySpaceNoEscapes
|
|
|
|
The same as the previous setting.
|
|
|