Dropping a role in PostgreSQL

Dropping a role seems to be a simple thing like: but it is not… In order to drop a role you need to ensure that there are no objects bound to this role. How to unbind objects from a role? Do it for every database! What is really important while unbinding objects from a role …

Dropping a role in PostgreSQL Czytaj dalej »