planetfederal / qgis-suite-plugin

GNU General Public License v2.0
25 stars 17 forks source link

Cannot publish QGIS layer to PostGIS #123

Closed mweisman closed 10 years ago

mweisman commented 10 years ago

Right clicking on a QGIS Layer in the OpenGeo Explorer and selecting Import into PostGIS fails with a connection error. Other parts of OpenGeo Explorer are able to connect to the same PostGIS Connection.

ischneider commented 10 years ago

FWIW, cannot duplicate in ubuntu 13.10

mweisman commented 10 years ago

I should mention I was using Windows 7.

ischneider commented 10 years ago

This appears to be an issue only when the DB does not have the extension installed.

CREATE EXTENSION postgis;