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 4.x documentation.
DROP USER
Removes a database role.
Synopsis
DROP USER [IF EXISTS] name [, ...]
Parameters
- IF EXISTS
- Do not throw an error if the role does not exist. A notice is issued in this case.
- name
- The name of an existing role.
Compatibility
There is no DROP USER statement in the SQL standard. The SQL standard leaves the definition of users to the implementation.