Subject Delete From RDB$USER_PRIVILEGES
Author Todd E. Brasseur
Is it safe to do a:

Delete From RDB$USER_PRIVILEGES where RDB$USER = 'USER'

This would make it much easier than doing the REVOKE thing.

Todd