DROP USER
command removes an existing user from the database.
If there is currently a connection to the database by the given user it will be terminated and all running transactions on that connection will be aborted.
Notes:
user_name
The name of the user to remove.
DROP USER
statement is a Regatta extension as there is no SQL standard for managing users.