Published
- 1 min read
grant permission in postgres
The solution for this is noted below
grant permission in postgres
Solution
GRANT ALL PRIVILEGES ON DATABASE db_name TO username;
Try other methods by searching on the site. That is if this doesn’t work