> Is there a method to dump just the roles from a database, or otherwise
> select them, so I can build a script to reload the roles? Otherwise, I
> guess I'll just read the tables for each database and build the
> security script from that.
from man pg_dumpall:
-r
--roles-only
Dump only roles, no databases or tablespaces.
Eugene