First commit
This commit is contained in:
parent
154e4f3c10
commit
b4a6aa835e
2 changed files with 4 additions and 4 deletions
BIN
.gitignore.swp
BIN
.gitignore.swp
Binary file not shown.
|
@ -28,7 +28,7 @@ Les informations nécessaire à l'initialisation de la base doivent être pré-c
|
||||||
|
|
||||||
su - postgres
|
su - postgres
|
||||||
psql
|
psql
|
||||||
> create user tps with password 'lol' createdb;
|
> create user tps with password 'lol' superuser;
|
||||||
> \q
|
> \q
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue