When I click Open psql
on the Welcome to Postgres window with the fancy blue elephant, it opens a terminal and I get this command and output:
Tyler-Singer-Clarks-MacBook-Pro:~ Tyler$ '/Applications/Postgres.app/Contents/Version
/9.3/bin'/psql -p5432
psql: FATAL: database "Tyler" does not exist
Why would this database exist or not exist? (I'm not really sure what is responsible for this database's existence, and thus where I should be looking in order to fix this issue)
EDIT: and the Welcome window says "You now have a PostgreSQL server running locally." And it did not give me an error about not being able to use port 5432.