dimitri / pgloader

Migrate to PostgreSQL in a single command!
http://pgloader.io
Other
5.45k stars 548 forks source link

The value NIL is not of type PGLOADER.CATALOG:COLUMN #1491

Open IvanaKB opened 1 year ago

IvanaKB commented 1 year ago

load database from {{{SOURCE_DB}}} into {{{TARGET_DB}}}

ALTER SCHEMA 'public' RENAME TO 'test_stitch_generations'

BEFORE LOAD DO $$ drop schema if exists test_stitch_generations cascade; $$, $$ create schema if not exists test_stitch_generations; $$, $$ alter database postgres SET search_path TO test_stitch_generations; $$;

KABOOM! TYPE-ERROR: The value NIL is not of type PGLOADER.CATALOG:COLUMN An unhandled error condition has been signalled: The value NIL is not of type PGLOADER.CATALOG:COLUMN

What I am doing here?

The value NIL is not of type PGLOADER.CATALOG:COLUMN