summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoranthonydb <adebarros@gmail.com>2020-05-26 09:08:14 -0400
committeranthonydb <adebarros@gmail.com>2020-05-26 09:08:14 -0400
commita9ef523eb353bd33c926612c9c00d24ab1102781 (patch)
treefdfcbf223c42c5c3325c42a2e8b7aba547ce2a90
parentbd705bd5c472c15bd0de9f3bfb668abfd4db8202 (diff)
Minor typo fixes in pgclirc
-rw-r--r--pgcli/pgclirc8
1 files 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.