Often I need to remove a user and cede their permissions to someone else.How about something like this:
DROP USER blah PERMISSIONS TO chriskl;
or maybe
GRANT ALL USER blah TO chriskl;
???
Chris