# HG changeset patch # User Oleksandr Gavenko # Date 1571681071 -10800 # Node ID 615c58735e09e195599728fc7b6cfce9ad357d04 # Parent 2b706bde17c291f1077c61e227a750d1cc1f7e93 Added null displaying, HISTCONTROL, upper case completion to psql. diff -r 2b706bde17c2 -r 615c58735e09 .psqlrc --- a/.psqlrc Mon Oct 21 20:50:36 2019 +0300 +++ b/.psqlrc Mon Oct 21 21:04:31 2019 +0300 @@ -1,2 +1,13 @@ \x auto -# \pset pager off + +-- \pset pager off + +\pset null '[NULL]' + +-- better error context +\set VERBOSITY verbose + +\set HISTCONTROL ignoredups + +\set COMP_KEYWORD_CASE upper +