@@ -7,6 +7,7 @@
|
|||||||
```sh
|
```sh
|
||||||
brew install postgres
|
brew install postgres
|
||||||
createuser -d postgres
|
createuser -d postgres
|
||||||
|
psql template1 -c "ALTER ROLE postgres WITH SUPERUSER;"
|
||||||
createdb dbapi_test -O postgres
|
createdb dbapi_test -O postgres
|
||||||
cabal install -j --enable-tests --reorder-goals
|
cabal install -j --enable-tests --reorder-goals
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user