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_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