ClickHouse/docs/en/formats/prettynoescapes.rst

19 lines
496 B
ReStructuredText
Raw Normal View History

2017-04-03 19:49:50 +00:00
PrettyNoEscapes
---------------
2017-04-26 18:02:30 +00:00
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.
2017-04-03 19:49:50 +00:00
2017-04-26 18:02:30 +00:00
Example:
2017-04-03 19:49:50 +00:00
::
watch -n1 "clickhouse-client --query='SELECT * FROM system.events FORMAT PrettyCompactNoEscapes'"
2017-04-26 18:02:30 +00:00
You can use the HTTP interface for displaying in the browser.
2017-04-03 19:49:50 +00:00
PrettyCompactNoEscapes
----------------------
2017-04-26 18:02:30 +00:00
The same.
2017-04-03 19:49:50 +00:00
PrettySpaceNoEscapes
--------------------
2017-04-26 18:02:30 +00:00
The same.