Drop multiple roles - Mailing list pgsql-novice

From Julien
Subject Drop multiple roles
Date
Msg-id 20110913154024.GC29506@localhost
Whole thread Raw
Responses Re: Drop multiple roles  (Carlo Ascani <carlo.ascani@2ndquadrant.it>)
Re: Drop multiple roles  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-novice
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

pgsql-novice by date:

Previous
From: Merlin Moncure
Date:
Subject: Re: PQisBusy() always busy
Next
From: Carlo Ascani
Date:
Subject: Re: Drop multiple roles