We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b7e85c commit 66dc01bCopy full SHA for 66dc01b
README.md
@@ -123,7 +123,7 @@ needs full management permissions for the database.
123
Next, you need to create `spark_evaluate` database.
124
125
```bash
126
-psql postgres://localhost:5432/ -c " DATABASE spark_evaluate"
+psql postgres://localhost:5432/ -c "CREATE DATABASE spark_evaluate"
127
```
128
129
### Dockerized instance
0 commit comments