Skip to content

Instantly share code, notes, and snippets.

@edg-l
Created November 18, 2020 13:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edg-l/b50e5baa592d2d3c8082c4372ddf7eb9 to your computer and use it in GitHub Desktop.
Save edg-l/b50e5baa592d2d3c8082c4372ddf7eb9 to your computer and use it in GitHub Desktop.
psql config
\set QUIET 1
\timing
\x auto
\set PROMPT1 '%[%033[1m%]%M %n@%/%R%[%033[0m%]%# '
\set PROMPT2 '[more] %R > '
\pset null '[NULL]'
\set VERBOSITY verbose
\set HISTFILE ~/.psql_history- :DBNAME
\set HISTCONTROL ignoredups
\set COMP_KEYWORD_CASE upper
\unset QUIET
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment