mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-10 08:17:00 +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
|
||||
|
||||
BEFORE LOAD DO
|
||||
$$ create schema if not exists nsitra; $$,
|
||||
$$ drop schema if exists nsitra cascade; $$,
|
||||
$$ create schema nsitra; $$,
|
||||
$$ drop table if exists nsitra.test1; $$;
|
||||
|
Loading…
Reference in New Issue
Block a user