Pregunta

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.

¿Fue útil?

Solución

Per the manual:

ALTER USER the_user SUPERUSER;
Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top