In GitBash:
$ heroku pg:psql
--> Connecting to postgresql-rectangular-74530
And no response is given... it's just kept there
If I type, for example:
$ heroku pg:psql
That works great. (I've already set my HEROKU_APP enviroment variable, that's why I'm not passing it as a parameter.)
If I only type psql, like this:
$ psql
psql: FATAL: role "MyPCUsername" does not exist
An error is thrown... I don't if it has something to do.
I'm on Windows 7 64bits. Any suggestion?