logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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