La base de datos fatal de PSQL no existe
# So you do not have to create a database with your role name
psql -U Username DatabaseName
Gifted Gorilla
# So you do not have to create a database with your role name
psql -U Username DatabaseName
psql -d template1
# if your database is different as your login name you must add the database name
psql -U Username DatabaseName