Question

How to create super user for the existing user in postgresql, i want to give the super user permission for the abc user, now this user has only create DB rights only, i want give as super user anybody help me.

Was it helpful?

Solution

Per the manual:

ALTER USER the_user SUPERUSER;
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top