Search code examples
python-2.7heroku-postgres

How do I find the postgres version running on my heroku app?


I have a python / django app on heroku. how do i find the postgres version running on my app?


Solution

  • $ heroku pg:info --app yourapp