diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-05-19 18:27:59 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-05-19 18:27:59 +0200 |
commit | 7530be2ac1bd9cb62aafce640950fe02aa2581f1 (patch) | |
tree | cc4f318c63a94121cfb0c4583255e362bdb486c8 | |
parent | d77f04e4997ef0ad36810f404aff82e46f063bbb (diff) | |
download | site-7530be2ac1bd9cb62aafce640950fe02aa2581f1.tar.gz site-7530be2ac1bd9cb62aafce640950fe02aa2581f1.zip |
Add a final step
-rw-r--r-- | src/Technique/Operations/index.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Technique/Operations/index.md b/src/Technique/Operations/index.md index d6a22bc..0b4c60d 100644 --- a/src/Technique/Operations/index.md +++ b/src/Technique/Operations/index.md @@ -7,4 +7,5 @@ 5. Créer l'utilisateur `CREATE USER <username>;` 6. (Optionnel) Lui créer une base de données : `CREATE DATABASE <dbname> OWNER <username>` 7. (Optionnel) Lui donner les privileges appropriés, eg. `GRANT READ PRIVILEGES ON DATABASE <anotherdbname> TO <username>;` + 8. Vérifier les permissions : `psql -h psql-proxy.service.2.cluster.deuxfleurs.fr -U <username>` |