diff options
| author | Anton Bobov <anton@bobov.name> | 2024-01-24 22:22:28 +0500 |
|---|---|---|
| committer | Anton Bobov <anton@bobov.name> | 2024-01-24 22:22:28 +0500 |
| commit | ae54fa12ce8c4eb8a70fb80da58709ea8bec1f7b (patch) | |
| tree | 797a2bf8963cdc6cfe272055478f578d921eac83 /files/.psqlrc | |
| parent | 68345bba734317cb08f6741b7db404f80bf57d35 (diff) | |
Updates
Diffstat (limited to 'files/.psqlrc')
| -rw-r--r-- | files/.psqlrc | 5 |
1 files changed, 2 insertions, 3 deletions
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 : |
