Description
DROP USER removes the specified user.
It does not remove tables, views, or other objects owned by the user. If the
user owns any database, an error is raised.
Redwood compatible syntax to drop a user can be done making use of
the CASCADE clause.