aboutsummaryrefslogtreecommitdiff
path: root/psql
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-09-16 18:02:53 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-09-16 18:02:53 +1200
commitfe0f0d9adf972d703a9c290c5734042d6d80b37a (patch)
tree43429af9e41ed445ce0397b3172474752a2acdeb /psql
parentRemove vestigial reference to speeddating (diff)
downloaddotfiles-fe0f0d9adf972d703a9c290c5734042d6d80b37a.tar.gz
dotfiles-fe0f0d9adf972d703a9c290c5734042d6d80b37a.zip
Added basic dotfiles for mysql/psql
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
+