From: Oleg Broytman Date: Mon, 27 Jan 2020 22:10:46 +0000 (+0300) Subject: .psqlrc: Stop processing after an error X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=4289bdab607ce7f4f189b1c07fa0d415c2e21da1 .psqlrc: Stop processing after an error --- diff --git a/.psqlrc b/.psqlrc index 0b25277..479514d 100644 --- a/.psqlrc +++ b/.psqlrc @@ -6,6 +6,7 @@ \set HISTCONTROL ignoreboth \set HISTSIZE 1000 \set ON_ERROR_ROLLBACK interactive +\set ON_ERROR_STOP on \set PROMPT1 '%m %n@%/ %R%# ' \set PROMPT2 '... %R ' \set PROMPT3 '>> '