edgedb alter-role

Alter an existing role.

edgedb [connection-option...] alter-role [OPTIONS] name

edgedb alter-role is a terminal command equivalent to ALTER ROLE.

connection-option

See the Common Connection Options. The create-superuser-role command runs in the database it is connected to.

name

The name of the role.

--password

Set the password for role (read separately from the terminal).

--password-from-stdin

Set the password for role, read from the stdin.

Light
Dark
System