Dominique Devienne <[email protected]> writes: > The point I'm trying to make, is that "hunting down" grantor(s) to connect > to DB(s) to be able to "force drop" a ROLE is a PITA. And I really wish > there > was an easier way to drop a role in that situation. --DD
REASSIGN OWNED then DROP OWNED is the recommended path.
regards, tom lane
