aboutsummaryrefslogtreecommitdiff
path: root/psql
diff options
context:
space:
mode:
Diffstat (limited to 'psql')
-rw-r--r--psql/psqlrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/psql/psqlrc b/psql/psqlrc
new file mode 100644
index 00000000..e3f4434b
--- /dev/null
+++ b/psql/psqlrc
@@ -0,0 +1,6 @@
+\encoding unicode
+\pset null 'NULL'
+\set HISTSIZE 1000000
+\set PROMPT1 '(%n@%M:%>)\n[%/] psql> '
+\timing
+