Created
April 13, 2015 12:18
-
-
Save astyagun/f64149385ffc88880df6 to your computer and use it in GitHub Desktop.
.psqlrc
This file contains hidden or 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
-- display how long query takes | |
\timing | |
-- how to show NULLs | |
\pset null null | |
-- disable page | |
\pset pager off | |
-- automatic extended output based on the width of the table | |
\x auto | |
-- ignore duplicate commands | |
\set HISTCONTROL ignoredups |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment