pgloader/test/ixf.load
2014-07-17 17:35:41 +02:00

10 lines
260 B
Fish

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; $$;