mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-13 09:46:59 +02:00
Travis: Adapt test/ixf.load to work against 9.1.
This commit is contained in:
parent
ebef038c8f
commit
9eff1bb4d8
@ -4,5 +4,6 @@ LOAD IXF
|
|||||||
WITH truncate, create table
|
WITH truncate, create table
|
||||||
|
|
||||||
BEFORE LOAD DO
|
BEFORE LOAD DO
|
||||||
$$ create schema if not exists nsitra; $$,
|
$$ drop schema if exists nsitra cascade; $$,
|
||||||
|
$$ create schema nsitra; $$,
|
||||||
$$ drop table if exists nsitra.test1; $$;
|
$$ drop table if exists nsitra.test1; $$;
|
||||||
|
Loading…
Reference in New Issue
Block a user