CREATE ROLE doesn’t work in version 7. Version 7 needs CREATE USER commands
Use pg_dumpall -s to get the users
Edit the commands – eg. using jEdit
copy the role commands to a file
Sort using the Text tool plugin

CREATE ROLE doesn’t work in version 7. Version 7 needs CREATE USER commands
Use pg_dumpall -s to get the users
Edit the commands – eg. using jEdit
copy the role commands to a file
Sort using the Text tool plugin
