I just upgraded my account to get Postgres capabilities, but I can't seem to get a database set up. I opened up a psql shell and did:
CREATE DATABASE tunisiya_dev
And nothing happens. I just get the prompt (postgres=# ) again, and if I try to make a migration it says the database doesn't exist. I don't see it listed in my databases tab, like the MySql ones are. In fact, I don't even see the default database listed.
I also had to install psycopg2 into my virtual envelope (which is running Django 1.8) — is that normal? It seems to me that the package that makes Postgres work with Django would be part of the "batteries included", which makes me wonder if something is wrong.
~Karen
PS — Just out of curiosity, why is the Postgres so expensive? After adding it, PAW costs twice what my current host does ($10/mo. on WebFaction). WebFaction includes it by default, so it's the only database I've ever used and I didn't realize there was anything special about it.