# HG changeset patch # User Oleksandr Gavenko # Date 1571680236 -10800 # Node ID 2b706bde17c291f1077c61e227a750d1cc1f7e93 # Parent 839438e30b7378a98013aafeba3b1a68f905d409 Enable switching to wide line format of SQL output when necessary by psql. diff -r 839438e30b73 -r 2b706bde17c2 .psqlrc --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.psqlrc Mon Oct 21 20:50:36 2019 +0300 @@ -0,0 +1,2 @@ +\x auto +# \pset pager off diff -r 839438e30b73 -r 2b706bde17c2 Makefile --- a/Makefile Sun Sep 22 23:57:03 2019 +0300 +++ b/Makefile Mon Oct 21 20:50:36 2019 +0300 @@ -66,7 +66,7 @@ .env .bashrc .bash_completion .bash_completion.d .zshrc .vimrc .ssh \ .pylintrc .pystartup .tclshrc .npmrc .guile \ .gradle/init.d/springColorLogging.gradle \ - .sqshrc \ + .sqshrc .psqlrc \ .signature .muttrc .tidy \ .dictrc \ .hgrc .hgignore .hgstyle .bazaar .gitconfig .gitignore .cvsrc .quiltrc .quiltrc-dpkg \