From 7dc6ce7845ff21bad08acfa8a182357e073c24f4 Mon Sep 17 00:00:00 2001 From: Benjamin Bohard Date: Mon, 9 Dec 2019 16:28:47 +0100 Subject: [PATCH] =?UTF-8?q?L=E2=80=99extension=20doit=20=C3=AAtre=20cr?= =?UTF-8?q?=C3=A9=C3=A9e=20pour=20la=20base=20de=20donn=C3=A9es=20risotto?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90092b5..76e68be 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ podman run -dt -p 5432:5432 postgres:11-alpine psql -U postgres -h localhost -c "CREATE ROLE risotto WITH LOGIN PASSWORD 'risotto';" psql -U postgres -h localhost -c "CREATE DATABASE risotto;" psql -U postgres -h localhost -c "GRANT ALL ON DATABASE risotto TO risotto;" -psql -U postgres -h localhost -c "CREATE EXTENSION hstore;" +psql -U postgres -h localhost -c "CREATE EXTENSION hstore;" risotto ```