Appearance
Removes a database role.
DROP USER [IF EXISTS] <name> [, ...]
DROP USER is an alias for DROP ROLE.
DROP USER
The DROP USER statement is a WarehousePG extension. The SQL standard leaves the definition of users to the implementation.
DROP ROLE
Parent topic: SQL Commands