Tests: Only create publicuser if necessary

Also, don't try to drop it since it's used by default
CARTO installation
This commit is contained in:
Raul Marin
2019-05-31 15:33:42 +02:00
parent 78077a6ec1
commit 06f563bb73
2 changed files with 18 additions and 4 deletions

View File

@@ -1,4 +1,6 @@
CREATE ROLE
SET
DO
SET
CREATE TABLE
CREATE TABLE
GRANT
@@ -15,4 +17,3 @@ public_publicuser|pub
You are now connected to database "contrib_regression" as user "postgres".
DROP TABLE
DROP TABLE
DROP ROLE