From bffd91f1c09cee6a550635e479718b5d61fd527d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 14 Jan 2022 15:47:51 +0100 Subject: Merging upstream version 3.3.0. Signed-off-by: Daniel Baumann --- pgcli/pgclirc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'pgcli/pgclirc') diff --git a/pgcli/pgclirc b/pgcli/pgclirc index 15c10f5..6654ce9 100644 --- a/pgcli/pgclirc +++ b/pgcli/pgclirc @@ -119,6 +119,12 @@ on_error = STOP # Set threshold for row limit. Use 0 to disable limiting. row_limit = 1000 +# Truncate long text fields to this value for tabular display (does not apply to csv). +# Leave unset to disable truncation. Example: "max_field_width = " +# Be aware that formatting might get slow with values larger than 500 and tables with +# lots of records. +max_field_width = 500 + # Skip intro on startup and goodbye on exit less_chatty = False -- cgit v1.2.3