

# In Unix/Linux: ~/.config/pgcli/log # In Windows: %USERPROFILE%\AppData\Local\dbcli\pgcli\log # %USERPROFILE% is typically C:\Users\ history_file = default # Default log level. auto_expand = False # If set to True, table suggestions will include a table alias generate_aliases = False # log_file location. expand = False # Enables auto expand mode, which is similar to `\x auto` in psql. destructive_warning = True # Enables expand mode, which is similar to `\x` in psql. multi_line_mode = psql # Destructive warning mode will alert you before executing a sql statement # that may cause harm to the database such as "drop table", "drop database" # or "shutdown". # If multi_line_mode is set to "safe", in multi-line mode, will always # insert a newline, and or - must be used to execute # a command.

multi_line = False # If multi_line_mode is set to "psql", in multi-line mode, will execute # the current input if the input ends in a semicolon. End of line (return) is considered as the end of the statement. # If this is set to False then sql statements can't be split into multiple # lines. If # this is set to True, then the end of the statements must have a semi-colon. (More completions will be # visible.) wider_completion_menu = False # Multi-line mode allows breaking up the sql statements into multiple lines. smart_completion = True # Display the completions in several columns. If this is disabled the all # possible completions will be listed. # Enables context sensitive auto-completion.
