summaryrefslogtreecommitdiff
path: root/.psqlrc
diff options
context:
space:
mode:
Diffstat (limited to '.psqlrc')
-rw-r--r--.psqlrc10
1 files changed, 10 insertions, 0 deletions
diff --git a/.psqlrc b/.psqlrc
new file mode 100644
index 0000000..c2e2462
--- /dev/null
+++ b/.psqlrc
@@ -0,0 +1,10 @@
+\timing
+\set PROMPT1 '%n@%m %/%R%x%# '
+\set PROMPT2 '%n@%m %/%R%x%# '
+\set COMP_KEYWORD_CASE upper
+\set ON_ERROR_ROLLBACK interactive
+\x auto
+\pset linestyle unicode
+\pset border 2
+\setenv PAGER less
+\setenv LESS FRSXL