I am working on Windows Server 2008 with the musicbrainz database dump. I unzipped the dump no problem and there are about 60 files with no extension whose names mirror the database tables.
I managed to get a createtables sql script I found at the github to work and I have a database schema with empty tables that mirror the files that I unzipped.
The problem is I am at the psql command line interface and I figured out how to issue the large object import command as per
\lo_import 'path/filename'
It seems to work because the files are very large and the moment I execute the CPU light starts blinking like mad. The problem is back in Postgres after I refresh my db the tables are still empty. I have no idea where that data goes if anywhere.
I am a straight up windows programmer (.NET/SQL/JQuery) so I need someone who can explain what's going on from this perspective. Explaining what works in unix or linux or anything other than windows will not be helpful I am afraid.