You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
did you test a fresh compile from the source tree?
did you search for other similar issues?
how can I reproduce the bug?
Create a load files with a filter and copies more than whats expected.
pgloader --debug my.load
LOAD DATABASE
FROM mssql://blah/dev
INTO postgresql://blah/archive
MATERIALIZE VIEWS
history AS $$ select * from Receipt where RECEIPT_KEY in ( 1010 ); $$
set work_mem to '32MB', maintenance_work_mem to '512 MB'
alter schema 'dbo' rename to 'arch'
ALTER TABLE NAMES MATCHING 'Receipt' IN SCHEMA 'dbo' RENAME TO 'receipt';
pgloader --version
did you test a fresh compile from the source tree?
did you search for other similar issues?
how can I reproduce the bug?
log.txt
The text was updated successfully, but these errors were encountered: