Hi Jaza,
You've done really well putting the pgsql stuff into the install file. Only one problem. The field name in the CREATE INDEX statement requires () around it.
db_query('CREATE INDEX {importexportapi_put_map}_put_id_idx ON {importexportapi_put_map} (put_id)');
I'll be testing out the import of some stuff i'm working on very soon. If I find something rest assured i'll let you know. ;)
--
Sammy Spets
Synerger
http://www.synerger.com
Comments
Comment #1
Jaza commentedThanks, Sammy! Fix committed to HEAD for this.
Comment #2
sammys commented