Skip to content

Instantly share code, notes, and snippets.

@astyagun
Created April 13, 2015 12:18
Show Gist options
  • Save astyagun/f64149385ffc88880df6 to your computer and use it in GitHub Desktop.
Save astyagun/f64149385ffc88880df6 to your computer and use it in GitHub Desktop.
.psqlrc
-- 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