I\'m trying to fire up rails dbconsole on Heroku but get the following error:
rails dbconsole
heroku run rails dbconsole # => Couldn\'t find database client: psq
As Luke says, you may use heroku-sql-console. But first make sure you are using the latest heroku client:
> heroku update