In this recipe, you will learn how to grant right to a user to become a superuser.
A PostgreSQL superuser is a user that can do anything in the database, regardless of what privileges it has been granted. Many cloud databases do not allow this level of privilege to be granted. It is normal to place strict controls on users of this type.