diff options
| author | Anton Bobov <anton@bobov.name> | 2023-10-25 19:20:33 +0500 |
|---|---|---|
| committer | Anton Bobov <anton@bobov.name> | 2023-10-27 14:26:58 +0500 |
| commit | ca4e91b2a2f9f679be182549905adf25e6506b80 (patch) | |
| tree | d92e8faa4c5ebd3861e9395f861f97e63623276d | |
| parent | 6d79aed2da940fa60c9568d4cf72851ddc0efef4 (diff) | |
[pgcli] Keywords in upper case
| -rw-r--r-- | files/.config/pgcli/config | 4 |
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. |
