mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-05 02:46:10 +02:00
Travis; tweak some tests for PostgreSQL 9.1 compat.
This commit is contained in:
parent
9c7f88c0d2
commit
63e6b506be
@ -17,7 +17,8 @@ LOAD CSV
|
||||
|
||||
BEFORE LOAD DO
|
||||
$$ create extension if not exists ip4r; $$,
|
||||
$$ create schema if not exists csv; $$,
|
||||
$$ drop schema if exists csv; $$,
|
||||
$$ create schema csv; $$,
|
||||
$$ create table if not exists csv.blocks
|
||||
(
|
||||
iprange ip4r,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user