If you installed Postgres from homebrew, the default user postgres
isn't automatically created, you need to run following command in your terminal:
/Applications/Postgres.app/Contents/Versions/9.*/bin/createuser -s postgres
If you installed Postgres from homebrew, the default user postgres
isn't automatically created, you need to run following command in your terminal:
/Applications/Postgres.app/Contents/Versions/9.*/bin/createuser -s postgres