mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-05 02:46:10 +02:00
Refrain from using fancy schema names in the regression tests.
Then being compatible with PostgreSQL 9.6 is too much trouble.
This commit is contained in:
parent
e5f78d978e
commit
06216eea99
@ -5,10 +5,8 @@
|
||||
*/
|
||||
LOAD DBF
|
||||
FROM data/reg2013.dbf with encoding cp850
|
||||
INTO postgresql:///pgloader?dbf.reg2013
|
||||
INTO postgresql:///pgloader?public.reg2013
|
||||
WITH truncate, create table, disable triggers
|
||||
|
||||
CAST column "reg2013"."region" to integer,
|
||||
column "reg2013".tncc to smallint
|
||||
|
||||
BEFORE LOAD DO $$ create schema if not exists dbf; $$;
|
||||
column "reg2013".tncc to smallint;
|
||||
Loading…
x
Reference in New Issue
Block a user