Dell Store 2
============

http://linux.dell.com/dvdstore/

PostgreSQL port of the Dell Store 2 database

INSTALL
-------

createdb -E LATIN1 dellstore2
createlang plpgsql dellstore2
* Save all .csv files from the dell store distribution into the dellstore2 directory *
psql -f dellstore.sql dellstore2
