postgresql setup issue
I am on page 29 of the installing thingworx pdf. I run the batch file, ThingworxPostgresDBSetup, enter my password, and I get this...
psql:./thingworx-database-setup.sql:1: ERROR: role "twadmin" does not exist
psql:./thingworx-database-setup.sql:3: ERROR: tablespace "thingworx" does not exist
psql:./thingworx-database-setup.sql:5: ERROR: tablespace "thingworx" does not exist
psql:./thingworx-database-setup.sql:14: ERROR: role "twadmin" does not exist
psql:./thingworx-database-setup.sql:16: ERROR: database "thingworx" does not exist
Press any key to continue . . .
I found instruction on how to fix this in pgAdmin3 but I have pgAdmin4 and the instructions make no sense. I am guessing pgAdmin4 is different. I cannot figure out how to configure the script to not get these errors.

