Removes a database role.
DROP USER [IF EXISTS] <name> [, ...]
DROP USER
is an alias for DROP ROLE. See DROP ROLE for more information.
There is no DROP USER
statement in the SQL standard. The SQL standard leaves the definition of users to the implementation.
Parent topic: SQL Commands