I am trying to log in to a PostgreSQL server. I do not know the inner workings of this server at the moment. But every time I do log in with the following commands:
psql postgres
psql -U username
I land up with this error:
no pg_hba.conf entry for host "[local]", user "username", database "postgres", SSL off
Do I have to have a database assigned to me if I'm created as a super user on the server?