AppendixSQL CommandsDROP USERVersion: 1.0.16On this pageDROP USERDROP USER — Remove a database role Synopsis DROP USER [ IF EXISTS ] name [, ...] Description DROP USER is now an alias for DROP ROLE. See Also DROP ROLE