DROP USER
This section is adapted from the WarehousePG v7.x documentation
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 WarehousePG extension. The SQL standard leaves the definition of users to the implementation.
See Also
Parent topic: SQL Commands
- On this page
- Synopsis
- Description
- Compatibility
- See Also
Could this page be better? Report a problem or suggest an addition!