Skip to content

Instantly share code, notes, and snippets.

@7even
Last active August 29, 2015 13:56
Show Gist options
  • Save 7even/8863157 to your computer and use it in GitHub Desktop.
Save 7even/8863157 to your computer and use it in GitHub Desktop.
psql settings
\set QUIET 1
\x auto
\timing
\set PROMPT1 '%[\x1b[33m%]%n%[\x1b[0m%]@%[\x1b[32m%]%/%[\x1b[0m%] > '
\pset null '(null)'
\set QUIET 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment