Marc Fromm wrote: > I need to drop a role/user but receive the message: > ERROR: role "ken" cannot be dropped because some objects depend on it > DETAIL: 1 objects in database css > 1 objects in database manuals > 1 objects in database cswe2 > > I checked the databases listed and the user/role ken is not associated with any items in the database, owner is always listed as postgres. Probably it has been granted permissions. Try DROP OWNED BY (which should revoke the permissions), maybe preceded by REASSIGN OWNED BY just to ensure you don't drop objects you wanted to keep ... -- Alvaro Herrera http://www.CommandPrompt.com/ The PostgreSQL Company - Command Prompt, Inc. -- Sent via pgsql-admin mailing list (pgsql-admin@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-admin