v.24.6New Feature
Added Setting for Displaying Column Names in Long Tables
Added a settingoutput_format_pretty_display_footer_column_nameswhich when enabled displays column names at the end of the table for long tables (50 rows by default), with the threshold value for minimum number of rows controlled byoutput_format_pretty_display_footer_column_names_min_rows. #65144 (Shaun Struwig).
Why it matters
To enhance readability of long Pretty format query results by showing column names at the bottom of the output table, helping users keep track of columns without scrolling back to the top.How to use it
Enable the settingoutput_format_pretty_display_footer_column_names to show column names at the end of the table for long outputs. Adjust the threshold for when this applies by setting output_format_pretty_display_footer_column_names_min_rows (default is 50 rows).