Create Postgresql Role
CREATE ROLE username WITH LOGIN PASSWORD 'password'; + CREATE DATABASE dbname OWNER username;
Edit pga_hba.conf to avoid connections via trust or clear text passwords.
Search
confused thoughts from a confused mind
CREATE ROLE username WITH LOGIN PASSWORD 'password'; + CREATE DATABASE dbname OWNER username;
Edit pga_hba.conf to avoid connections via trust or clear text passwords.
confused thoughts from a confused mind