DROP GROUP

Name

DROP GROUP -- remove a database role

Synopsis

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

Description

Note: At present, this section is just taken from PostgreSQL documentation and is subject to revision for Postgres-XC.

DROP GROUP is now an alias for DROP ROLE.

Compatibility

There is no DROP GROUP statement in the SQL standard.

See Also

DROP ROLE