Mise à jour de 'infra/postgresql.md'

This commit is contained in:
Christian P. MOMON 2021-11-03 01:46:35 +01:00
parent 0d7c1a06c9
commit 4ea7b23b2e

View file

@ -3,4 +3,9 @@
Installer Postgresql : Installer Postgresql :
``` ```
apt-get install postgresql postgresql-contrib apt-get install postgresql postgresql-contrib
``` ```
Pour permettre des actions via `psql`, mettre un mot de passe au compte `postgresql` :
```
password postgresql
```