DROP USER
A newer version of this documentation is available. Use the version menu above to view the most up-to-date release of the Greenplum 6.x documentation.
DROP USER
Removes a database role.
Synopsis
DROP USER [IF EXISTS] name [, ...]
Compatibility
There is no DROP USER statement in the SQL standard. The SQL standard leaves the definition of users to the implementation.