mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-06 22:37:02 +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'
|
||||
|
||||
BEFORE LOAD DO
|
||||
$$ create schema if not exists csv; $$,
|
||||
$$ drop table if exists csv.partial; $$,
|
||||
$$ create table csv.partial (
|
||||
a integer unique,
|
||||
|
Loading…
Reference in New Issue
Block a user