Re: very long record lines in expanded psql output - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: very long record lines in expanded psql output
Date
Msg-id 46f0313e-2097-2ad6-8965-45af62af3243@dunslane.net
Whole thread Raw
In response to Re: very long record lines in expanded psql output  (Platon Pronko <platon7pronko@gmail.com>)
Responses \pset xheader_width page as default? (Re: very long record lines in expanded psql output)
Re: very long record lines in expanded psql output
List pgsql-hackers
On 2021-10-03 Su 16:03, Platon Pronko wrote:
>> 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!
>
>

Committed. There were a couple of bits missing, which I filled in, and I
changed the behaviour when the option is given without an argument, so
that instead of resetting it the current value is shown, similarly to
how most pset options work.


cheers


andrew


--
Andrew Dunstan
EDB: https://www.enterprisedb.com




pgsql-hackers by date:

Previous
From: Joe Conway
Date:
Subject: Re: Proposal to provide the facility to set binary format output for specific OID's per session
Next
From: Nathan Bossart
Date:
Subject: Re: optimize lookups in snapshot [sub]xip arrays