Enter PostgreSQL shell
sudo -u postgres psql
List DBs
\l
Create new DB.
CREATE DATABASE pdnsdb OWNER ross;