From 53b31c2c4416d7c517131078140ba02c4cf0edd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Wed, 5 Jul 2023 22:38:26 +0200 Subject: [PATCH] update readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9a06548..39be615 100644 --- a/README.md +++ b/README.md @@ -54,13 +54,13 @@ Create a new database and user, for example: ``` $ sudo -iu postgres $ psql -# CREATE DATABASE hanab-live; +# CREATE DATABASE "hanab-live"; # \c hanab-live # CREATE USER hanabi WITH PASSWORD '1234'; -# GRANT ALL PRIVILEGES ON DATABASE hanab-live TO hanabi; -# GRANT USAGE ON SCHEMA public TO hanabiuser; +# GRANT ALL PRIVILEGES ON DATABASE "hanab-live" TO hanabi; +# GRANT USAGE ON SCHEMA public TO hanabi; # GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA public TO hanabi; -# GRANT ALL PRIVILEGES ON ALL SEQUENCES IN SCHEMA public TO hanabiuser; +# GRANT ALL PRIVILEGES ON ALL SEQUENCES IN SCHEMA public TO hanabi; ``` Put the connection parameters in a config file (for the format, see `example_config.yaml`). This should be located at your system default for the application `hanabi-suite`,