First commit

This commit is contained in:
Mathieu Magnin 2017-01-16 18:16:35 +01:00
parent 154e4f3c10
commit b4a6aa835e
2 changed files with 4 additions and 4 deletions

Binary file not shown.

View file

@ -28,7 +28,7 @@ Les informations nécessaire à l'initialisation de la base doivent être pré-c
su - postgres
psql
> create user tps with password 'lol' createdb;
> create user tps with password 'lol' superuser;
> \q