<div dir="ltr"><div>Hi all,</div><div><br></div><div>I load a PostGIS table via QGIS DB Manager tool . The table geometry is "MultiPolygon" and SRID is 3947. The project SRID is 3947 without OTF option. I can toggle both "Toggle editing" and "Node tool" buttons. When I click on map canvas in order to move nodes, I get the following message: "Could not snap to a feature in the current layer". And nodes cannot be modified at all.</div><div><br></div><div>The Log Messages Panel shows:</div><div><br></div><div><div>Fetching from cursor qgis_3 failed</div><div>Database error: ERROR:  Operation on mixed SRID geometries</div><div>Query: CLOSE qgis_3 returned 7 [ERROR:  current transaction is aborted, commands ignored until end of transaction block]</div><div>1 cursor states lost.<br></div><div>SQL: CLOSE qgis_3</div><div>Result: 7 (ERROR:  current transaction is aborted, commands ignored until end of transaction block)</div></div><div><br></div><div><br></div><div>I can update attributes values and move features on the table. The issue seems to be on editing nodes only.</div><div><br></div><div>After having read several posts about editing a PostGIS table from QGIS, I've tried the followings without success:<br></div><div><br></div><div> - Connection parameters to DB using postgres default user or other user</div><div> - PostGIS table has both a primary key and an index on the geometry column</div><div> - Function `ST_IsValid()` returns only TRUE values (no invalid geometries)</div><div> - I can't connect directly via the "Add PostGIS layers" button's dialog for the DB is too big (over 50 schemas) and displaying the content is very long... Thus I use DB Manager instead</div><div> - Settings > Options > Digitizing: tried different tolerance values both in map units and pixels. Also tried to set "To vertex" or "To vertex and segments"</div><div> - Settings > Snapping options: same tests</div><div> - Checked SRID either for table and QGIS project which are exactly the same...</div><div><br></div><div>This question has been posted on GIS Stack Exchange without any satisfying answer (see here : <a href="https://gis.stackexchange.com/q/280745/22693">https://gis.stackexchange.com/q/280745/22693</a>).</div><div><br></div><div><br></div><div>What could I be missing?</div><div><br></div><div>Thomas</div><div><br></div><div><br></div><div>--</div><div><br></div><div>Specs : PostgreSQL 9.4.17 - PostGIS 2.1.8 - QGIS 2.18.19 LTR</div></div>