Created
January 19, 2018 18:01
-
-
Save jkakar/741deb59992217f6222c723975449b7e to your computer and use it in GitHub Desktop.
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
-- Don't rollback the entire transaction if you typo a SQL query when | |
-- in interactive mode. | |
\set ON_ERROR_ROLLBACK interactive | |
-- Show query timing information. | |
\timing | |
-- Include transaction information in the prompt. | |
\set PROMPT1 '%[%033[33;1m%]%x%[%033[0m%]%[%033[1m%]%/%[%033[0m%]%R%# ' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment