
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 <laser@pgsqldb.org>