pgloader/test/dbf-31.load
Dimitri Fontaine 98b465fbef Add the new DBF tests in the test suite.
All with expected results so that we can track regressions there.
2019-05-11 22:13:18 +02:00

7 lines
205 B
Fish

LOAD DBF
FROM data/dbase_31.dbf
INTO postgresql:///pgloader
TARGET TABLE dbf.dbase_31
WITH truncate, create table, disable triggers
BEFORE LOAD DO $$ create schema if not exists dbf; $$;