add note on psql defaults
This commit is contained in:
parent
6386fb9d87
commit
43be04b15f
10
bash.md
10
bash.md
@ -12,4 +12,12 @@ sudo apt-get install postgres-10
|
||||
|
||||
sudo su - postgres
|
||||
|
||||
psql
|
||||
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