Create simple postgres user and database
CREATE USER cx378 WITH PASSWORD xxxxxxxxx; CREATE DATABASE cx378home; GRANT ALL PRIVILEGES ON DATABASE cx378home to cx378;
Jeff Smith
CREATE USER cx378 WITH PASSWORD xxxxxxxxx; CREATE DATABASE cx378home; GRANT ALL PRIVILEGES ON DATABASE cx378home to cx378;