Set Role for User in Postgres

Posted by yhuang
Public (Editable by Users)
SQL
None
Edit
# super user role
alter role <user_name> SUPERUSER;