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_USER - remove a database role

Compatibility

       The DROPUSER statement is a PostgreSQL extension. The SQL standard leaves the definition of users to the
       implementation.

Description

DROPUSER is simply an alternate spelling of DROPROLE.

Name

       DROP_USER - remove a database role

See Also

       DROP ROLE (DROP_ROLE(7))

PostgreSQL 17.5                                       2025                                          DROPUSER(7)

Synopsis

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

See Also