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
psql: command not foundmeans that, if you do actually have the postgres client installed, it's not found in your$PATH.