v.21.1Improvements

Add --pager support for clickhouse-local

Add --pager support for clickhouse-local. #31457 (Azat Khuzhin).
Added support for the --pager option in clickhouse-local to enable output paging.

Why it matters

This feature allows users to view the output of clickhouse-local commands through a pager, improving readability and navigation of large query results directly in the command line.

How to use it

Use the --pager option when running clickhouse-local to pipe the command's output through a pager. For example:

clickhouse-local --pager