<div dir="ltr"><div>In the GRASS module v.in.ogr we follow pretty much the vector API tutorial. The only difference is that we first fetch the geometry of a feature, then the fields. When input is a PG database, sometimes the wrong field entries are associated with the geometries, as if geometries and field entries were mixed up. This happens when several different v.in.ogr processes are trying to read the same features from the same PG database at the same time. When instead using several different ogr2ogr processes, this mixing up of geometries and field entries does not happen. I could not find any hints in the OGR PostGIS documentation about how to avoid this problem.</div><div><br></div><div>Any hints are highly appreciated!</div><div><br></div><div>Markus M<br></div></div>