Hi,

when exporting features to PostGIS layer (python script) I discovered
that ogc_fid_seq is not updated.

Eg.


select last_value from stavebniobjekty_ogc_fid_seq;
 last_value
------------
          1
select max(ogc_fid) from stavebniobjekty;
 max
------
 2572

Any idea what is missing in my script? Thanks, Martin

-- 
Martin Landa * http://geo.fsv.cvut.cz/gwiki/Landa
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to