Вопрос

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