Again, WHAT was the specific syntax that YOU used ??? the pg_dumpall?
Rather than create a single huge backup file with the entire server's contents dumped there, it's often more 'friendly' to create individual database backups.
If it's a single file, copy the backup file to a working file, then delete everything in front of the first portion of text referencing the database name in question, and everything after the last line of SQL that references your target database.
Then, execute the backup SQL work file, using pgadmin or pSQL.