<div dir="ltr"><div><div>Hello Bernhard<br><br></div>I just remember that I asked this question in may 2012 (you already answered me, thanks ! in 2012 it had been fixed in the dev version).<br><br></div><div>I'm sorry for posting twice the same question...<br>
</div><div>But I am delighted that this pb is solved !<br></div><div><br></div><div>I will follow your advice, it's time to update to QGis 2.0 !<br><br></div><div>Thanks<br><br></div><div>Fabrice<br></div><div><br></div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/10/18 Bernhard Ströbl <span dir="ltr"><<a href="mailto:bernhard.stroebl@jena.de" target="_blank">bernhard.stroebl@jena.de</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
please update QGIS to the current version (2.0). Then your problem will be gone<br>
<br>
Bernhard<br>
<br>
Am 18.10.2013 10:45, schrieb F T:<div><div class="h5"><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello,<br>
<br>
Is there a way to avoid that QGis autoincrement the integer key of a<br>
Postgis table?<br>
<br>
I have a simple Postgis table that has a valuable integer key.<br>
CREATE TABLE test.arret<br>
(<br>
geom geometry,<br>
ide integer NOT NULL,<br>
nom_arret character varying(36),<br>
CONSTRAINT arret_pkey PRIMARY KEY (ide),<br>
CONSTRAINT enforce_dims_geom CHECK (st_ndims(geom) = 2),<br>
CONSTRAINT enforce_geotype_geom CHECK (geometrytype(geom) = 'POINT'::text<br>
OR geom IS NULL),<br>
CONSTRAINT enforce_srid_geom CHECK (st_srid(geom) = 2154)<br>
)<br>
WITH (<br>
OIDS=TRUE<br>
);<br>
<br>
I want to enter the value of the key when I create a new point and it is<br>
not possible with QGis (1.7.4).<br>
When I create a new point and give it a value ide=1664, when the point is<br>
saved in the database, the key is auto incremented and my value is ignored.<br>
<br>
This behavior is not logical<br>
Is there a way to put and integer key the value that is needed?<br>
<br>
Thanks for your help<br>
<br>
Fabrice<br>
<br>
<br>
</blockquote>
<br>
<br></div></div>
__________ Information from ESET Mail Security, version of virus signature database 8933 (20131018) __________<br>
<br>
The message was checked by ESET Mail Security.<br>
<a href="http://www.eset.com" target="_blank">http://www.eset.com</a><br>
<br>
<br>
______________________________<u></u>_________________<br>
Qgis-user mailing list<br>
<a href="mailto:Qgis-user@lists.osgeo.org" target="_blank">Qgis-user@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/qgis-user" target="_blank">http://lists.osgeo.org/<u></u>mailman/listinfo/qgis-user</a><br>
</blockquote></div><br></div>