switch to linux
This commit is contained in:
parent
9631d7d41c
commit
72ee692010
15
bash.md
Normal file
15
bash.md
Normal file
@ -0,0 +1,15 @@
|
||||
|
||||
Update PostgreSQL
|
||||
------------------------------------------------------------------------------------------------------------
|
||||
|
||||
wget -q https://www.postgresql.org/media/keys/ACCC4CF8.asc -O - | sudo apt-key add -
|
||||
|
||||
sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt/ `lsb_release -cs`-pgdg main" >> /etc/apt/sources.list.d/pgdg.list'
|
||||
|
||||
sudo apt-get update
|
||||
|
||||
sudo apt-get install postgres-10
|
||||
|
||||
sudo su - postgres
|
||||
|
||||
psql
|
@ -45,3 +45,7 @@ A method to planning sales
|
||||
| load changes | 1 | 19 | executor |
|
||||
| identify new products | 3 | 22 | sales team |
|
||||
| load new | 1 | 23 | executor |
|
||||
|
||||
|
||||
|
||||
Table Layout
|
||||
|
Loading…
Reference in New Issue
Block a user