diff --git a/test/dbf.load b/test/dbf.load index b4a05b3..1de1ce6 100644 --- a/test/dbf.load +++ b/test/dbf.load @@ -5,10 +5,8 @@ */ LOAD DBF FROM data/reg2013.dbf with encoding cp850 - INTO postgresql:///pgloader?dbf.reg2013 + INTO postgresql:///pgloader?public.reg2013 WITH truncate, create table, disable triggers CAST column "reg2013"."region" to integer, - column "reg2013".tncc to smallint - - BEFORE LOAD DO $$ create schema if not exists dbf; $$; + column "reg2013".tncc to smallint; \ No newline at end of file