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

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -