From ca4e91b2a2f9f679be182549905adf25e6506b80 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Wed, 25 Oct 2023 19:20:33 +0500 Subject: [pgcli] Keywords in upper case --- files/.config/pgcli/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'files/.config') 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 = '' # 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. -- cgit v1.2.3