Probably basic stuff. I'm just trying out DBeaver for the first time to set up a Postgresql database.
- I chose new database connection - Postgres
- Host: localhost Database: postgres Username: postgres and system password ... All connected
but when I right click create new database or schema I get the error
"SQL Error [42501]: ERROR: permission denied to create database ERROR: permission denied to create database"
Where could I be doing wrong?


User
postgresdon't haveCreate Databasepermission.You can check list of given permissions from
Roles->postgresNote: By default
Super Userwill have all the permissions but if your's is notSuper Userthen you have to establish connection usingSuper Userand then enable required permissions toNon Super User.