ALTER USER
command should be used to modify an existing user password.
Currently all the users have the same privileges and can manage users.
user_name
The name of the user to modify.
password
The new password string. See CREATE USER for password requirements.
ALTER USER
statement is a Regatta extension as there is no SQL standard for managing users.