diff options
author | Ismaël Bouya <ismael.bouya@fretlink.com> | 2018-11-28 10:13:02 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@fretlink.com> | 2018-11-28 10:13:02 +0100 |
commit | 34d5d6fc77fd440963b1e0cfc099bc7291c5eeb0 (patch) | |
tree | 86219c70589f9b5dc4f0c3badf203d715e63d8b0 /roles | |
parent | b7b8fe64fb3ed13ef535c7d4789da3a5001e355d (diff) | |
download | Ansible-34d5d6fc77fd440963b1e0cfc099bc7291c5eeb0.tar.gz Ansible-34d5d6fc77fd440963b1e0cfc099bc7291c5eeb0.tar.zst Ansible-34d5d6fc77fd440963b1e0cfc099bc7291c5eeb0.zip |
Psql configuration to show nice lines
Diffstat (limited to 'roles')
-rw-r--r-- | roles/tools/files/psqlrc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/tools/files/psqlrc b/roles/tools/files/psqlrc index 25ba7d2..248824a 100644 --- a/roles/tools/files/psqlrc +++ b/roles/tools/files/psqlrc | |||
@@ -6,4 +6,9 @@ | |||
6 | \set HISTFILE ~/.local/state/psql/psql_history- :DBNAME | 6 | \set HISTFILE ~/.local/state/psql/psql_history- :DBNAME |
7 | \set ECHO_HIDDEN on | 7 | \set ECHO_HIDDEN on |
8 | \set VERBOSITY verbose | 8 | \set VERBOSITY verbose |
9 | \pset linestyle unicode | ||
10 | \pset fieldsep '|' | ||
11 | \pset format aligned | ||
12 | \pset border 2 | ||
13 | \timing on | ||
9 | \set ECHO all | 14 | \set ECHO all |