Skip to content
This documentation is sourced from a third-party project and is not maintained by pgEdge.

DROP GROUP

remove a database role

Synopsis

DROP GROUP [ IF EXISTS ] NAME [, ...]

Description

DROP GROUP is now an alias for DROP ROLE.

Compatibility

There is no DROP GROUP statement in the SQL standard.

See Also

sql-droprole