I have three users created with CREATEDB access. I need to alter them to SUPERUSER. how do i resolve this ?
I have tried "ALTER USER WITH superuser;" but I keep getting the below error.
ALTER USER WITH superuser;
An error occurred when executing the SQL command: ALTER USER WITH superuser
Amazon Invalid operation: syntax error at or near "superuser" Position: 25; [SQL State=42601, DB Errorcode=500310] 1 statement failed.
Execution time: 0sstrong text