Mise à jour de 'infra/postgresql.md'
This commit is contained in:
parent
0d7c1a06c9
commit
4ea7b23b2e
1 changed files with 6 additions and 1 deletions
|
@ -3,4 +3,9 @@
|
|||
Installer Postgresql :
|
||||
```
|
||||
apt-get install postgresql postgresql-contrib
|
||||
```
|
||||
```
|
||||
|
||||
Pour permettre des actions via `psql`, mettre un mot de passe au compte `postgresql` :
|
||||
```
|
||||
password postgresql
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue