Hello,
I would like to drop multiple roles via SQL.
I can figure how to list my specific roles with a select on pg_roles
but deleting these roles from pg_roles is probably not a good
solution.
Is there any clean way to do this with SQL or do I have to make a script ?
Thanks,
--
Julien