I have the following SQL script attempting to insert into a Postgres table my_table all data from a local DuckDB table also called my_table: INSTALL postgres; LOAD postgres; DETACH DATABASE IF EXISTS ...