DROP USER

Removes a database role.

Synopsis

DROP USER [IF EXISTS] <name> [, ...]

Description

DROP USER is an alias for DROP ROLE.

Compatibility

The DROP USER statement is a Greenplum Database extension. The SQL standard leaves the definition of users to the implementation.

See Also

DROP ROLE

Parent topic: SQL Commands

check-circle-line exclamation-circle-line close-line
Scroll to top icon