aboutsummaryrefslogtreecommitdiff
path: root/files/.config
diff options
context:
space:
mode:
authorAnton Bobov <anton@bobov.name>2023-10-25 19:20:33 +0500
committerAnton Bobov <anton@bobov.name>2023-10-27 14:26:58 +0500
commitca4e91b2a2f9f679be182549905adf25e6506b80 (patch)
treed92e8faa4c5ebd3861e9395f861f97e63623276d /files/.config
parent6d79aed2da940fa60c9568d4cf72851ddc0efef4 (diff)
[pgcli] Keywords in upper case
Diffstat (limited to 'files/.config')
-rw-r--r--files/.config/pgcli/config4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/.config/pgcli/config b/files/.config/pgcli/config
index a7801ed..37496b4 100644
--- a/files/.config/pgcli/config
+++ b/files/.config/pgcli/config
@@ -43,7 +43,7 @@ generate_aliases = False
log_file = default
# keyword casing preference. Possible values "lower", "upper", "auto"
-keyword_casing = auto
+keyword_casing = upper
# casing_file location.
# In Unix/Linux: ~/.config/pgcli/casing
@@ -142,7 +142,7 @@ null_string = '<null>'
# manage pager on startup
enable_pager = True
-# Use keyring to automatically save and load password in a secure manner
+# Use keyring to automatically save and load password in a secure manner
keyring = True
# Custom colors for the completion menu, toolbar, etc.