Would it be possible to provide an option to return PKs of inserted objects?
Given that INSERT is used to put data into the destination table after COPY to the temporary table, it looks like it should be possible via a "RETURNING id" (or whatever the PK field name is)?
Thanks! :)