DROP GROUP

제목

DROP GROUP -- remove a database role

요약

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

Description

DROP GROUP is now an alias for DROP ROLE, which see for more information.

Compatibility

There is no DROP GROUP statement in the SQL standard.

See Also

DROP ROLE