Skip to main content
Version: 1.0.16

DROP GROUP

DROP GROUP — remove a database role

Synopsis

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

Description

DROP GROUP is now an alias for DROP ROLE.

See Also

DROP ROLE