JT

Results 2 issues of JT

**Version Info** ``` root@carbon1:/var/lib/postgresql# pgloader -V pgloader version "3.6.7~devel" compiled with SBCL 2.0.1.debian ``` Btw, this is confusing. Base don version you see above. but ... ``` root@carbon1:/tmp/pgloader# apt-cache madison...

Trying to convert a mysql 5.7 to Postgres 14 I have the following load file defined ``` LOAD DATABASE FROM mysql://****** INTO postgresql://***** alter schema 'test' rename to 'public' WITH...