Added psqlrc for postgres cli config

This commit is contained in:
Nick Nisi
2013-03-16 06:42:43 -05:00
parent e5b562d5d3
commit 2f9658ebc4

6
postgres/psqlrc.symlink Normal file
View File

@@ -0,0 +1,6 @@
\pset linestyle unicode
\pset border 2
\pset null ¤
\set PROMPT1 '%[%033[33;1m%]%x%[%033[0m%]%[%033[1m%]%/%[%033[0m%]%R%# '
\pset pager off
\pset format wrapped