From 8a277fbd819f330666d61e3b1758fcc81f578192 Mon Sep 17 00:00:00 2001 From: Ryan Charette Date: Tue, 23 Sep 2014 20:39:37 -0700 Subject: [PATCH] readme: Updates README.md to add postgres role to superuser. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e339eab1c..9a0654afb 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ ```sh brew install postgres createuser -d postgres +psql template1 -c "ALTER ROLE postgres WITH SUPERUSER;" createdb dbapi_test -O postgres cabal install -j --enable-tests --reorder-goals ```