1
1
mirror of https://github.com/dbcli/pgcli.git synced 2024-10-04 09:17:08 +03:00

Merge pull request #1187 from anthonydb/master

Minor typo fixes in pgclirc
This commit is contained in:
Amjith Ramanujam 2020-05-26 11:28:48 -07:00 committed by GitHub
commit 4a98b37877
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 4 deletions

View File

@ -109,6 +109,7 @@ Contributors:
* Stephano Paraskeva
* Panos Mavrogiorgos (pmav99)
* Igor Kim (igorkim)
* Anthony DeBarros (anthonydb)
Creator:
--------

View File

@ -11,6 +11,7 @@ Features:
Bug fixes:
----------
* Minor typo fixes in `pgclirc`. (Thanks: `anthonydb`_)
3.0.0
=====
@ -1052,3 +1053,4 @@ Improvements:
.. _`BrownShibaDog`: https://github.com/BrownShibaDog
.. _`thegeorgeous`: https://github.com/thegeorgeous
.. _`laixintao`: https://github.com/laixintao
.. _`anthonydb`: https://github.com/anthonydb

View File

@ -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.