updates tests

This commit is contained in:
javi
2015-07-27 10:37:07 +02:00
parent df36e83cb5
commit 5d6c2111bf
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
CREATE ROLE publicuser;
CREATE ROLE publicuser LOGIN;
CREATE TABLE pub(a int);
CREATE TABLE prv(a int);
GRANT SELECT ON TABLE pub TO publicuser;