]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - psql/psqlrc.in
psql: remove COMP_KEYWORD_CASE upper
[config/dotfiles.git] / psql / psqlrc.in
index 130215ca9b27090af6d3fbf55d38b43a0c5ce0fd..ddd0a2f1a0abfdbfc265e7787c0e4da08d1a544b 100644 (file)
 -- restart the transaction on a typo in a statement.
 \set ON_ERROR_ROLLBACK interactive
 
--- Uppercase keywords when completing. Thanks to [1] (read on 2016-08-06).
--- [1]: http://phili.pe/posts/postgresql-on-the-command-line/
-\set COMP_KEYWORD_CASE upper
-
 -- "ignorespace ignoredups"
 \set HISTCONTROL ignoreboth
 -- Set path to history file and increase it.