mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-06 22:37:02 +02:00
Fix test/csv-guess.load for old PostgreSQL.
In travis environment we still test with PostgreSQL 9.1 and 9.6, and there's no reason for this test to use a modern spelling of create schema, after all. It works because the test/csv-before-after.load creates the schema and is ran before test/csv-guess.load. That's good enough for now.
This commit is contained in:
parent
38712d98e0
commit
d2d4be2ed0
@ -6,7 +6,6 @@ LOAD CSV
|
||||
WITH truncate
|
||||
|
||||
BEFORE LOAD DO
|
||||
$$ create schema if not exists csv; $$,
|
||||
$$ drop table if exists csv.track; $$,
|
||||
$$ create table csv.track (
|
||||
trackid bigserial primary key,
|
||||
|
Loading…
Reference in New Issue
Block a user