From ae54fa12ce8c4eb8a70fb80da58709ea8bec1f7b Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Wed, 24 Jan 2024 22:22:28 +0500 Subject: Updates --- files/.psqlrc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'files/.psqlrc') diff --git a/files/.psqlrc b/files/.psqlrc index 69304f7..9844bee 100644 --- a/files/.psqlrc +++ b/files/.psqlrc @@ -10,7 +10,7 @@ \pset border 2 \pset linestyle unicode -\set PROMPT1 '%[%033[1m%]%M %n@%/%R%[%033[0m%]%# ' +\set PROMPT1 '%[%033[1m%]%x%M %n@%/%R%[%033[0m%]%# ' \set PROMPT2 '[more] %R > ' -- Show how long each query takes to execute @@ -25,8 +25,6 @@ \set COMP_KEYWORD_CASE upper -\unset QUIET - -- -- Taken from: https://github.com/lbolla/dotfiles/blob/master/psql/.psqlrc -- @@ -83,4 +81,5 @@ \i `echo $HOME/`.psqlrc.local \endif +\unset QUIET -- vim: ft=sql : -- cgit v1.2.3