LOAD IXF FROM data/nsitra.test1.ixf INTO postgresql:///pgloader?nsitra.test1 WITH truncate, create table BEFORE LOAD DO $$ drop schema if exists nsitra cascade; $$, $$ create schema nsitra; $$, $$ drop table if exists nsitra.test1; $$;