mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-07 06:47:00 +02:00
test: Create csv schema in partial.load
This commit is contained in:
parent
e2418891a4
commit
e234ff188e
@ -24,6 +24,7 @@ LOAD CSV
|
|||||||
standard_conforming_strings to 'on'
|
standard_conforming_strings to 'on'
|
||||||
|
|
||||||
BEFORE LOAD DO
|
BEFORE LOAD DO
|
||||||
|
$$ create schema if not exists csv; $$,
|
||||||
$$ drop table if exists csv.partial; $$,
|
$$ drop table if exists csv.partial; $$,
|
||||||
$$ create table csv.partial (
|
$$ create table csv.partial (
|
||||||
a integer unique,
|
a integer unique,
|
||||||
|
Loading…
Reference in New Issue
Block a user