1

I'm just getting started with postgres, sorry for the very novice question.

I have the my heroku psql databade initiated and postgres client installed, but nothing really seems to responding and printing any response other than $ help. Is there anything I need to do after installing the postgres client?

I'm following this post: heroku_postgres database create table
And the command i'm trying is: psql -h XXXXXXX -U XXXXXXXX XXXXXXXX

EDIT: heroku pg:psql

---> Connecting to HEROKU_POSTGRESQL_MAROON_URL (DATABASE_URL) sh: psql: command not found

2
  • do you have psql installed? Commented Oct 15, 2014 at 7:00
  • psql: command not found means that, if you do actually have the postgres client installed, it's not found in your $PATH. Commented Oct 15, 2014 at 13:32

1 Answer 1

1

Did you try running heroku pg:psql ?

Sign up to request clarification or add additional context in comments.

1 Comment

---> Connecting to HEROKU_POSTGRESQL_MAROON_URL (DATABASE_URL) What's the difference between maroon and the new one i created?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.