Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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