[Qgis-developer] Unclear errors in PostGIS layer
Pietro Rossin
pierigis at gmail.com
Wed Jul 3 02:08:22 PDT 2013
Hello all
also in my case I get an error.
with this query
***********
SELECT a.fid, a.geom
FROM elf.elettrodotti_3045 as a
join
elf.linee_elettriche_all_3045 as b
on
st_dwithin(b.geom, a.geom, 50);
***********
on pgadmin works
on qgis 1.8 works and can load data as layer
on qgis 1.9-master (rev bc002f7) dbmanager execute correctly the query but I
can't load as layer with postgis error postgresql layer has no primary key
(fid is a PK...)
Thanks
Pietro
--
View this message in context: http://osgeo-org.1560.x6.nabble.com/Unclear-errors-in-PostGIS-layer-tp5062815p5063753.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
More information about the Qgis-developer
mailing list