<div dir="ltr">When importing a layer to a postgres db from a database manager window I get an 'Error 8 Loading of layer failed' message. <div>From a postgis log the query part that fails is this one:</div><div>SELECT has_column_privilege('"myschema"."mytable"','mygeom','UPDATE')<br></div><div>And the error from postgres is well expected, because there is no 'mygeom' column of relation 'mytable' yet.</div><div>Double checked that in pgAdmin.</div><div>Maybe geometry field should be created earlier?</div><div><br></div><div>Can anyone confirm if it's a bug? I'm on 2.14.0.</div></div>