Travis: Adapt test/ixf.load to work against 9.1.

This commit is contained in:
Dimitri Fontaine 2014-07-17 17:35:41 +02:00
parent ebef038c8f
commit 9eff1bb4d8

View File

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