CG wrote:
> Thanks for the suggestion. I'm not sure what you mean when you say I should restore to a file. Do you mean I should dump the database to an SQL file instead of the "compressed" format?
>
he meant...
pg_restore -f outputfile.sql yourdumpfile
this will convert the dumpfile to SQL...