[Minor] documenting how to run tests by adding user for postgresql

This commit is contained in:
Robert von Burg 2014-06-13 18:12:35 +02:00
parent f12d731145
commit 40de765eca
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ create database transactionaluserdb;
GRANT ALL PRIVILEGES ON DATABASE transactionaluserdb to transactionaluser;
GRANT CONNECT ON DATABASE transactionaluserdb TO transactionaluser;
# You can revoke the privileges with the following:
revoke ALL PRIVILEGES ON DATABASE cacheduserdb from cacheduser;
drop user cacheduser;
drop database cacheduserdb;