From a9ef523eb353bd33c926612c9c00d24ab1102781 Mon Sep 17 00:00:00 2001 From: anthonydb Date: Tue, 26 May 2020 09:08:14 -0400 Subject: Minor typo fixes in pgclirc --- pgcli/pgclirc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pgcli/pgclirc b/pgcli/pgclirc index 4918606c..6b894d4a 100644 --- a/pgcli/pgclirc +++ b/pgcli/pgclirc @@ -1,7 +1,7 @@ # vi: ft=dosini [main] -# Enables context sensitive auto-completion. If this is disabled the all +# Enables context sensitive auto-completion. If this is disabled, all # possible completions will be listed. smart_completion = True @@ -42,7 +42,7 @@ generate_aliases = False # %USERPROFILE% is typically C:\Users\{username} log_file = default -# keyword casing preference. Possible values "lower", "upper", "auto" +# keyword casing preference. Possible values: "lower", "upper", "auto" keyword_casing = auto # casing_file location. @@ -73,7 +73,7 @@ log_level = INFO asterisk_column_order = table_order # Whether to qualify with table alias/name when suggesting columns -# Possible values: "always", never" and "if_more_than_one_table" +# Possible values: "always", "never" and "if_more_than_one_table" qualify_columns = if_more_than_one_table # When no schema is entered, only suggest objects in search_path @@ -83,7 +83,7 @@ search_path_filter = False # By default 'PAGER' environment variable is used # pager = less -SRXF -# Timing of sql statments and table rendering. +# Timing of sql statements and table rendering. timing = True # Show/hide the informational toolbar with function keymap at the footer. -- cgit v1.2.3