0

I have a user test. I want to grant all privileges to this user on all databases. How can it be done?

1
  • That doesn't sound like a smart idea. Commented Mar 23, 2021 at 20:39

1 Answer 1

0

Run this command from psql:

ALTER USER myuser WITH SUPERUSER; 

from postgres: upgrade a user to be a superuser?

Sign up to request clarification or add additional context in comments.

1 Comment

Its a aws rds postgres server. I am not able to create a superuser

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.