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
[ ] pgloader --version
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