I normally get to the console in UBUNTU by typing:
sudo -u postgres psql
But I need to delete a database owned by a different user.
When I type:
sudo -u username psql
It tells me "database "username" does not exist.
But... I wasn't trying to connect to a database, I was trying to connect as a user.
