when I try to login to my database with psql, doing this:
psql dbname --username=qgis --password >>(prompts for password, entered password) psql: FATAL: permission denied for database "gisdatabase" DETAIL: User does not have CONNECT privilege. I've searched around on Google for information on this simple issue but haven't found anyone directly talking about this.
I've tried doing this:
psql dbname >>ALTER ROLE qgis WITH CONNECT; But got this error:
ERROR: unrecognized role option "connect"