Skip to content

Instantly share code, notes, and snippets.

@karmatr0n
Last active January 18, 2025 00:58
Show Gist options
  • Save karmatr0n/bde8d9d0efba8487cfd68e37a600f9a2 to your computer and use it in GitHub Desktop.
Save karmatr0n/bde8d9d0efba8487cfd68e37a600f9a2 to your computer and use it in GitHub Desktop.
.psqlrc
\set ON_ERROR_ROLLBACK interactive
\set COMP_KEYWORD_CASE upper
\set HISTFILE ~/.psql_history- :USER - :HOST - :PORT - :DBNAME
\set PROMPT1 '%M:%[%033[1;31m%]%>%[%033[0m%] %n@%/%R%#%x '
\pset pager off
\pset null '(null)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment