]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
psql: add transaction status to prompt
authorSimon Ruderich <simon@ruderich.org>
Wed, 5 Jul 2017 07:50:23 +0000 (09:50 +0200)
committerSimon Ruderich <simon@ruderich.org>
Wed, 5 Jul 2017 07:50:23 +0000 (09:50 +0200)
psql/psqlrc.in

index 8901fbfcab96c470bb0ae4ad01cc1f5d5cacc911..8396dfda4427eff38141b0220c73ba0f6dbd08de 100644 (file)
@@ -39,5 +39,9 @@
 \set HISTFILE HISTFILE_PATH
 \set HISTSIZE 100000
 
+-- Add transaction status (%x) to prompt.
+\set PROMPT1 '%x%/%R%# '
+\set PROMPT2 :PROMPT1
+
 -- But display the normal psql welcome message.
 \set QUIET off