The basic format ofALTER USERincludes the name of the user (orROLE) followed by a series ofoptionsto inform PostgreSQL which permissive alterations to make: =# ALTER USER role_specification WITH OPTION1 OPTION2 OPTION3; These options range fromCREATEDB,CREATEROLE,CREATEUSER, and evenSUPERUSER. ...