add note on psql defaults
This commit is contained in:
parent
6386fb9d87
commit
43be04b15f
8
bash.md
8
bash.md
@ -13,3 +13,11 @@ sudo apt-get install postgres-10
|
||||
sudo su - postgres
|
||||
|
||||
psql
|
||||
|
||||
|
||||
Set PSQL defaults
|
||||
-------------------------------------------------------------------------------------------------------------
|
||||
|
||||
put .psqlrc in home directory
|
||||
\set x '\\setenv PAGER less'
|
||||
\set xx '\\setenv PAGER \'pspg -bX --no-mouse\''
|
Loading…
Reference in New Issue
Block a user