ALTER USER
¶
Alter an existing database user.
Table of contents
Description¶
ALTER USER
applies a change to existing database users. Only existing
superusers or the user itself have the priviledge to alter an existing database
user.
Arguments¶
SET
¶
Changes a user parameter to a different value. The following user_parameter
are supported to alter an existing user account:
password: | The password as cleartext entered as string literal.
|
---|
Caution
Passwords cannot be set for the crate
superuser.
For security reasons it is recommended to authenticate as crate
using a
client certificate.