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
- fix-header-lines-in-expanded-output.patch (text/x-patch) patch
> 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
-
psql: Tweak xheader_width and pager_min_lines input parsing
- ed7e686a031e 16.0 landed
-
Add xheader_width pset option to psql
- a45388d6e098 16.0 landed