lutraconsulting / ostranslator-ii

A graphical QGIS plugin for loading Ordnance Survey MasterMap into PostGIS.
16 stars 8 forks source link

Data is loaded to public schema in PostgreSQL 11 #47

Closed robberry closed 5 years ago

robberry commented 5 years ago

When using the tool with PostgreSQL 11, data does not observe the schema field and gets inserted into the public schema. This then causes a failure on any post processing as the code expects to find the data in schema_tmp.

robberry commented 5 years ago

Actually seems to be an issue with my setup as 9.6 and 10 don't seem to be working in my VM. Docker image does work okay.