postgresql/src/include/fe_utils
Andrew Dunstan a45388d6e0 Add xheader_width pset option to psql
The setting controls tha maximum length of the header line in expanded
format output. Possible settings are full, column, page, or an integer.
the default is full, the current behaviour, and in this case the header
line is the length of the widest line of output. column causes the
header to be truncated to the width of the first column, page causes it
to be truncated to the width of the terminal page, and an integer causes
it to be truncated to that value. If the full value is less than the
page or integer value no truncation occurs. If given without an argument
this option prints its current setting.

Platon Pronko, somewhat modified by me.

Discussion: https://postgr.es/m/f03d38a3-db96-a56e-d1bc-dbbc80bbde4d@gmail.com
2022-07-25 14:25:02 -04:00
..
archive.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
cancel.h Apply PGDLLIMPORT markings broadly. 2022-04-08 08:16:38 -04:00
conditional.h Allow pgbench to retry in some cases. 2022-03-23 19:05:45 +09:00
connect_utils.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
mbprint.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
option_utils.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
parallel_slot.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
print.h Add xheader_width pset option to psql 2022-07-25 14:25:02 -04:00
psqlscan.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
psqlscan_int.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
query_utils.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
recovery_gen.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
simple_list.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
string_utils.h Allow db.schema.table patterns, but complain about random garbage. 2022-04-20 11:37:29 -04:00