Created
July 23, 2018 06:36
-
-
Save ordoghl/2e11a1ae8bfeee3d8003d8997762e333 to your computer and use it in GitHub Desktop.
psql settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\set ON_ERROR_ROLLBACK interactive | |
\set COMP_KEYWORD_CASE upper | |
\set HISTFILE ~/.psql/history- :DBNAME | |
\set HISTSIZE -1 | |
\set PROMPT1 '%[%033[33;1m%]%x%[%033[0m%]%[%033[1m%]%/%[%033[0m%]%R%# ' | |
\x auto | |
\timing | |
\pset pager off | |
\pset null '¤' | |
\pset linestyle unicode | |
\pset border 2 | |
\pset format wrapped |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment