Re: very long record lines in expanded psql output

Platon Pronko <platon7pronko@gmail.com>

From: Platon Pronko <platon7pronko@gmail.com>
To: Zhihong Yu <zyu@yugabyte.com>
Cc: Andrew Dunstan <andrew@dunslane.net>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-10-03T20:03:25Z
Lists: pgsql-hackers

Attachments

> Hi,
> 
> +               pg_log_error("\\pset: allowed xheader_width values are full
> (default), column, page, or an number specifying exact width.");
> 
>   an number specifying -> a number specifying
> 
> Cheers
> 

Fixed, attaching the updated patch. Thank you!

Best regards,
Platon Pronko

Commits

  1. psql: Tweak xheader_width and pager_min_lines input parsing

  2. Add xheader_width pset option to psql