Updated pgcli conf

This commit is contained in:
Wryn Wagner 2020-10-09 16:56:34 -06:00
parent c26f388c64
commit 475cf81886

View File

@ -20,7 +20,7 @@ multi_line = True
# If multi_line_mode is set to "safe", in multi-line mode, [Enter] will always # If multi_line_mode is set to "safe", in multi-line mode, [Enter] will always
# insert a newline, and [Esc] [Enter] or [Alt]-[Enter] must be used to execute # insert a newline, and [Esc] [Enter] or [Alt]-[Enter] must be used to execute
# a command. # a command.
multi_line_mode = psql multi_line_mode = safe
# Destructive warning mode will alert you before executing a sql statement # Destructive warning mode will alert you before executing a sql statement
# that may cause harm to the database such as "drop table", "drop database" # that may cause harm to the database such as "drop table", "drop database"
@ -34,7 +34,7 @@ expand = False
auto_expand = False auto_expand = False
# If set to True, table suggestions will include a table alias # If set to True, table suggestions will include a table alias
generate_aliases = False generate_aliases = True
# log_file location. # log_file location.
# In Unix/Linux: ~/.config/pgcli/log # In Unix/Linux: ~/.config/pgcli/log
@ -43,7 +43,7 @@ generate_aliases = False
log_file = default log_file = default
# keyword casing preference. Possible values "lower", "upper", "auto" # keyword casing preference. Possible values "lower", "upper", "auto"
keyword_casing = auto keyword_casing = upper
# casing_file location. # casing_file location.
# In Unix/Linux: ~/.config/pgcli/casing # In Unix/Linux: ~/.config/pgcli/casing