John Herreshoff <jkherr(at)centurytel(dot)net> writes:
> How does one cause pg_dump to save groups and users in the backup
> file?
Use pg_dumpall, instead.
Users and groups span databases, so it's not really appropriate to
save them in pg_dump, which backs up only one database ...
regards, tom lane