Cannot connect via heroku pg:psql (no response) [Windows] -


in gitbash:

$ heroku pg:psql --> connecting postgresql-rectangular-74530 

and no response given... it's kept there

if type, example:

$ heroku pg:psql 

that works great. (i've set heroku_app enviroment variable, that's why i'm not passing parameter.)

if type psql, this:

$ psql psql: fatal:  role "mypcusername" not exist 

an error thrown... don't if has do.

i'm on windows 7 64bits. suggestion?

only "solution" have access pgadmin proposed here

or install ubuntu @ virtual box , accessing via heroku pg:psql. works charm in linux


Comments

Popular posts from this blog

What is happening when Matlab is starting a "parallel pool"? -

angular - DownloadURL return null in below code -

php - Cannot override Laravel Spark authentication with own implementation -