summaryrefslogtreecommitdiffstats
path: root/pgcli/pgclirc
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-01-14 14:47:47 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-01-14 14:47:47 +0000
commitf8ab3d62113df734985ad67ccf27105c30de575c (patch)
tree8709648ee0fc1f081a933542065c06de3f161553 /pgcli/pgclirc
parentAdding upstream version 3.2.0. (diff)
downloadpgcli-f8ab3d62113df734985ad67ccf27105c30de575c.tar.xz
pgcli-f8ab3d62113df734985ad67ccf27105c30de575c.zip
Adding upstream version 3.3.0.upstream/3.3.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'pgcli/pgclirc')
-rw-r--r--pgcli/pgclirc6
1 files changed, 6 insertions, 0 deletions
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