logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

DROP_GROUP - remove a database role

Compatibility

       There is no DROPGROUP statement in the SQL standard.

Description

DROPGROUP is now an alias for DROPROLE.

Name

       DROP_GROUP - remove a database role

See Also

       DROP ROLE (DROP_ROLE(7))

PostgreSQL 17.5                                       2025                                         DROPGROUP(7)

Synopsis

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

See Also