Skip to main content

Questions tagged [database-manager]

Filter by
Sorted by
Tagged with
2 votes
2 answers
171 views

i've defined the following SQL statement in the query editor of qgis' db manager: select sd.fk_polyg, count(sd.fk_polyg), STRING_AGG(DISTINCT sl.typ, ', ') as concat_typ from schaden_stein_detail as ...
robert tuw's user avatar
1 vote
0 answers
62 views

I'm working with a QGIS server and when exporting a layer to a GeoJSON file, I 'm getting: The wrong CRS None of my properties { "type": "FeatureCollection", "name": &...
Pro Grammer S's user avatar
1 vote
1 answer
338 views

I am trying to import a shapefile from my QGIS project to my PostGIS schema using DB manager. I want to create a new table in my public schema and I have an ERROR: relation "spatial_ref_sys" does ...
R_Buckley's user avatar
4 votes
0 answers
2k views

I am trying to import an sqlite file to the QGIS DB Manager with default import settings. While the layer displays fine in the graphical interface, the DB Manager only partially loads it, stopping ...
Dealec's user avatar
  • 257
2 votes
2 answers
2k views

After successfully running an SQL query on two tables and some results in 3 columns, I would really like to be able to display it in the canvas. Apparently, that function is not doing anything, not ...
Geosphere's user avatar
  • 773
1 vote
1 answer
2k views

I have a complex join that I have working in the database manager but when I try and load it nothing appears and I found this in the logs: PostgreSQL layer has no primary key. What is actually ...
Russell Fulton's user avatar