DROP USER(7) SQL Commands DROP USER(7) NAME DROP USER - SYNOPSIS DROP USER name DESCRIPTION DROP USER PARAMETERS name NOTES PostgreSQL dropuser [dropuser(1)] To drop a user who owns a database, first drop the database or change its ownership. EXAMPLES DROP USER jonathan; COMPATIBILITY DROP USER PostgreSQL SQL SEE ALSO ALTER USER [alter_user(7)], CREATE USER [create_user(l)] Postgresql man man https://github.com/man-pages-zh/manpages- zh SQL - Language Statements 2003-11-02 DROP USER(7)