Name

DROP ROLE — remove a database role

Synopsis

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

Notes

PostgreSQL™ includes a program dropuser(1) that has the same functionality as this command (in fact, it calls this command) but can be run from the command shell.