I created a new Postgres database for my app. After verifying that it was working, I dropped the default Postgres db named "Postgres". Now, every time I open the Postgres console, I get an error:
"psql: FATAL: database "postgres" does not exist Console closed."
How can I open a psql console with my new database?