summaryrefslogtreecommitdiffstats
path: root/pgcli/pgclirc
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-01-14 14:47:51 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-01-14 14:47:57 +0000
commitbffd91f1c09cee6a550635e479718b5d61fd527d (patch)
treea98220690904f52ba0a18ed06421aa7c0cba3e9e /pgcli/pgclirc
parentReleasing debian version 3.2.0-1. (diff)
downloadpgcli-bffd91f1c09cee6a550635e479718b5d61fd527d.tar.xz
pgcli-bffd91f1c09cee6a550635e479718b5d61fd527d.zip
Merging upstream version 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