diff --git a/bash.md b/bash.md index 5efa7c7..0127cbe 100644 --- a/bash.md +++ b/bash.md @@ -12,4 +12,12 @@ sudo apt-get install postgres-10 sudo su - postgres -psql \ No newline at end of file +psql + + +Set PSQL defaults +------------------------------------------------------------------------------------------------------------- + +put .psqlrc in home directory +\set x '\\setenv PAGER less' +\set xx '\\setenv PAGER \'pspg -bX --no-mouse\'' \ No newline at end of file