]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
psql: use database-specific history file
authorSimon Ruderich <simon@ruderich.org>
Sat, 16 Jun 2018 20:07:25 +0000 (22:07 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sat, 16 Jun 2018 20:07:25 +0000 (22:07 +0200)
This way commands from different projects isn't mixed.

misc/psql/psqlrc.in

index 23cc2d94354312763ccfdcc74f5bd46929868c95..9b37a6576c9f1503430cc1324d37bcc4551ab799 100644 (file)
@@ -36,8 +36,8 @@
 
 -- "ignorespace ignoredups"
 \set HISTCONTROL ignoreboth
--- Set path to history file and increase it.
-\set HISTFILE HISTFILE_PATH
+-- Set path to history file (database specific) and increase it.
+\set HISTFILE HISTFILE_PATH- :DBNAME
 \set HISTSIZE 100000
 
 -- Add transaction status (%x) to prompt; show database name in bold green.