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

Jaza’s picture

Priority: Critical » Normal
Status: Active » Fixed

Thanks, Sammy! Fix committed to HEAD for this.

sammys’s picture

Status: Fixed » Closed (fixed)