質問

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.

役に立ちましたか?

解決

Per the manual:

ALTER USER the_user SUPERUSER;
ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top