How Can We Help?
First you need to login with the Super User e.g.
psql postgres
After logged-in type the following command
ALTER DATABASE database OWNER TO newuser;
Replace database with your database and newuser with your username
First you need to login with the Super User e.g.
psql postgres
After logged-in type the following command
ALTER DATABASE database OWNER TO newuser;
Replace database with your database and newuser with your username