When importing a layer to a postgres db from a database manager window I
get an 'Error 8 Loading of layer failed' message.
>From a postgis log the query part that fails is this one:
SELECT has_column_privilege('"myschema"."mytable"','mygeom','UPDATE')
And the error from postgres is well expected, because there is no 'mygeom'
column of relation 'mytable' yet.
Double checked that in pgAdmin.
Maybe geometry field should be created earlier?

Can anyone confirm if it's a bug? I'm on 2.14.0.
_______________________________________________
Qgis-user mailing list
[email protected]
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Reply via email to