Carol Walter <walterc(at)indiana(dot)edu> writes:
> I want to recreate users with their passwords from one database
> cluster on another database cluster. What would be the best way for
> me to do this?
See pg_dumpall with -g option.
regards, tom lane