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